From 6b0c939d72c11e404f84c926cf82f9501f8511ff Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 5 Jan 2011 00:04:25 +0900 Subject: add a build option: USB_EXTRA_ENABLE --- hhkb/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'hhkb') diff --git a/hhkb/Makefile b/hhkb/Makefile index 943785fef..f2192888f 100644 --- a/hhkb/Makefile +++ b/hhkb/Makefile @@ -69,10 +69,12 @@ MCU = at90usb1286 # Teensy++ 2.0 F_CPU = 16000000 -# Options -# comment out to disable -USB_NKRO_ENABLE = yes -MOUSEKEY_ENABLE = yes -#PS2_MOUSE_ENABLE = yes +# Build Options +# comment out to disable the options. +MOUSEKEY_ENABLE = yes # Mouse keys +#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support +USB_EXTRA_ENABLE = yes # Enhanced feature for Windows(Audio control and System control) +USB_NKRO_ENABLE = yes # USB Nkey Rollover + include $(COMMON_DIR)/Makefile.common -- cgit v1.2.3-24-g4f1b