diff options
author | tmk <nobody@nowhere> | 2012-12-05 17:49:08 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2012-12-05 17:53:42 +0900 |
commit | 6dba1036449506f290c9b48c115f242a00f43761 (patch) | |
tree | 75e3e7a5ea3ebc8bec8a068ccea6c7633944e7ee /converter/m0110_usb/Makefile | |
parent | 8c29188d3cea50a3ed194e4000a12ded36fcc372 (diff) |
Fix keymap and build option.(M0110)
Diffstat (limited to 'converter/m0110_usb/Makefile')
-rw-r--r-- | converter/m0110_usb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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 |