Explorar el Código

Small Kaypro update

simple
Jacob Alexander hace 12 años
padre
commit
969b8c8bee
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 1
    0
      Scan/Kaypro1/scan_loop.c
  2. 2
    2
      Scan/Kaypro1/setup.cmake

+ 1
- 0
Scan/Kaypro1/scan_loop.c Ver fichero

@@ -49,6 +49,7 @@

// ----- 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_BufferUsed;


+ 2
- 2
Scan/Kaypro1/setup.cmake Ver fichero

@@ -24,7 +24,7 @@ add_definitions( -I${HEAD_DIR}/Keymap )
#| Keymap Settings
add_definitions(
-DMODIFIER_MASK=kaypro1_ModifierMask
-DKEYINDEX_MASK=kaypro1_ColemakMap
#-DKEYINDEX_MASK=kaypro1_DefaultMap
#-DKEYINDEX_MASK=kaypro1_ColemakMap
-DKEYINDEX_MASK=kaypro1_DefaultMap
)