From 2a562a4191a5b9e88731efb5eabd921821f25f7e Mon Sep 17 00:00:00 2001 From: tmk Date: Sun, 2 Jan 2011 23:52:13 +0900 Subject: Add PS/2 mouse support to connect TrackPoint Unit. Change build options: Makefile and config.h. See README. --- usb_keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb_keyboard.h') 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 -- cgit v1.2.3