mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
change NR_KEYS to 250
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
|
||||
#define NR_SHIFT 9
|
||||
|
||||
#define NR_KEYS 128
|
||||
#define NR_KEYS 250
|
||||
#define MAX_NR_KEYMAPS 256
|
||||
/* This means 64Kb if all keymaps are allocated. Only the superuser
|
||||
may increase the number of keymaps beyond MAX_NR_OF_USER_KEYMAPS. */
|
||||
|
||||
Reference in New Issue
Block a user