From 6dba1036449506f290c9b48c115f242a00f43761 Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 5 Dec 2012 17:49:08 +0900 Subject: Fix keymap and build option.(M0110) --- converter/m0110_usb/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'converter/m0110_usb/Makefile') diff --git a/converter/m0110_usb/Makefile b/converter/m0110_usb/Makefile index 1fee258a6f..bf0f083f6d 100644 --- a/converter/m0110_usb/Makefile +++ b/converter/m0110_usb/Makefile @@ -35,9 +35,9 @@ F_CPU = 16000000 # Build Options # *Comment out* to disable the options. # -MOUSEKEY_ENABLE = yes # Mouse keys +#MOUSEKEY_ENABLE = yes # Mouse keys #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support -EXTRAKEY_ENABLE = yes # Audio control and System control +#EXTRAKEY_ENABLE = yes # Audio control and System control #NKRO_ENABLE = yes # USB Nkey Rollover @@ -55,6 +55,3 @@ include $(TOP_DIR)/protocol/pjrc.mk include $(TOP_DIR)/protocol.mk include $(TOP_DIR)/common.mk include $(TOP_DIR)/rules.mk - -hasu: EXTRAFLAGS += -DHASU -hasu: all -- cgit v1.2.3