diff options
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 |