]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/BETKB/scan_loop.h
Updating AVR abstraction to be compatible with ARM, nearly ready for ARM files
[kiibohd-controller.git] / Scan / BETKB / scan_loop.h
index e49160636aaee2596df49ca8be9307bcd953898e..dbd1106df6cfc5c316ac603c90cd6f238afcf20f 100644 (file)
@@ -33,7 +33,7 @@
 
 // ----- Defines -----
 
-#define KEYBOARD_SIZE 0x7F // 127 - Size of the array space for the keyboard(max index)
+#define KEYBOARD_KEYS 0x7F // 127 - Size of the array space for the keyboard(max index)
 #define KEYBOARD_BUFFER 24 // Max number of key signals to buffer