diff options
Diffstat (limited to 'keyboard/gh60/Makefile.lufa')
| -rw-r--r-- | keyboard/gh60/Makefile.lufa | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/gh60/Makefile.lufa b/keyboard/gh60/Makefile.lufa index 0977b33f3..45402bb38 100644 --- a/keyboard/gh60/Makefile.lufa +++ b/keyboard/gh60/Makefile.lufa | |||
| @@ -97,7 +97,7 @@ F_USB = $(F_CPU) | |||
| 97 | # Build Options | 97 | # Build Options |
| 98 | # comment out to disable the options. | 98 | # comment out to disable the options. |
| 99 | # | 99 | # |
| 100 | #MOUSEKEY_ENABLE = yes # Mouse keys | 100 | MOUSEKEY_ENABLE = yes # Mouse keys |
| 101 | EXTRAKEY_ENABLE = yes # Audio control and System control | 101 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 102 | CONSOLE_ENABLE = yes # Console for debug | 102 | CONSOLE_ENABLE = yes # Console for debug |
| 103 | #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA | 103 | #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |
| @@ -118,3 +118,6 @@ VPATH += $(TOP_DIR) | |||
| 118 | include $(TOP_DIR)/protocol/lufa.mk | 118 | include $(TOP_DIR)/protocol/lufa.mk |
| 119 | include $(TOP_DIR)/common.mk | 119 | include $(TOP_DIR)/common.mk |
| 120 | include $(TOP_DIR)/rules.mk | 120 | include $(TOP_DIR)/rules.mk |
| 121 | |||
| 122 | plain: OPT_DEFS += -DPLAIN_MAP | ||
| 123 | plain: all | ||
