Small Kaypro update
This commit is contained in:
parent
0c562995c7
commit
969b8c8bee
@ -49,6 +49,7 @@
|
|||||||
|
|
||||||
// ----- Variables -----
|
// ----- Variables -----
|
||||||
|
|
||||||
|
// Buffer used to inform the macro processing module which keys have been detected as pressed
|
||||||
volatile uint8_t KeyIndex_Buffer[KEYBOARD_BUFFER];
|
volatile uint8_t KeyIndex_Buffer[KEYBOARD_BUFFER];
|
||||||
volatile uint8_t KeyIndex_BufferUsed;
|
volatile uint8_t KeyIndex_BufferUsed;
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ add_definitions( -I${HEAD_DIR}/Keymap )
|
|||||||
#| Keymap Settings
|
#| Keymap Settings
|
||||||
add_definitions(
|
add_definitions(
|
||||||
-DMODIFIER_MASK=kaypro1_ModifierMask
|
-DMODIFIER_MASK=kaypro1_ModifierMask
|
||||||
-DKEYINDEX_MASK=kaypro1_ColemakMap
|
#-DKEYINDEX_MASK=kaypro1_ColemakMap
|
||||||
#-DKEYINDEX_MASK=kaypro1_DefaultMap
|
-DKEYINDEX_MASK=kaypro1_DefaultMap
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user