summaryrefslogtreecommitdiff
path: root/usb_keyboard.h
diff options
context:
space:
mode:
authortmk2011-01-02 23:52:13 +0900
committertmk2011-01-02 23:52:13 +0900
commit2a562a4191a5b9e88731efb5eabd921821f25f7e (patch)
tree20f5bb311ff99ced3dd8ee2d9430e2fbe8183f7b /usb_keyboard.h
parent1ed336a06499c1baee2421141d59d115f0ee3c4b (diff)
Add PS/2 mouse support to connect TrackPoint Unit.
Change build options: Makefile and config.h. See README.
Diffstat (limited to 'usb_keyboard.h')
-rw-r--r--usb_keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb_keyboard.h b/usb_keyboard.h
index ebb3eb048..141efc97a 100644
--- a/usb_keyboard.h
+++ b/usb_keyboard.h
@@ -13,7 +13,7 @@
#define KBD_REPORT_KEYS (KBD_SIZE - 2)
// secondary keyboard
-#ifdef NKRO_ENABLE
+#ifdef USB_NKRO_ENABLE
#define KBD2_INTERFACE 4
#define KBD2_ENDPOINT 5
#define KBD2_SIZE 16