diff options
Diffstat (limited to 'keyboards/massdrop/ctrl/keymaps/endgame/rules.mk')
-rw-r--r-- | keyboards/massdrop/ctrl/keymaps/endgame/rules.mk | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/keyboards/massdrop/ctrl/keymaps/endgame/rules.mk b/keyboards/massdrop/ctrl/keymaps/endgame/rules.mk index 2a599810f..09bf488da 100644 --- a/keyboards/massdrop/ctrl/keymaps/endgame/rules.mk +++ b/keyboards/massdrop/ctrl/keymaps/endgame/rules.mk @@ -1,12 +1,16 @@ -# NKRO_ENABLE = yes # USB Nkey Rollover -# AUTO_SHIFT_ENABLE = yes # Auto Shift -# # RGBLIGHT_ENABLE is not for MD boards. This is here in case you forget. -# RGBLIGHT_ENABLE = no -# COMMAND_ENABLE = yes -# BOOTMAGIC_ENABLE = full +# RGBLIGHT_ENABLE = no # Not for MD boards. This is here in case you forget. +COMMAND_ENABLE = yes # Commands for debug and configuration +# BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration # BOOTMAGIC_ENABLE = lite +# AUTO_SHIFT_ENABLE = yes # Auto Shift +NKRO_ENABLE = yes # USB Nkey Rollover DYNAMIC_MACRO_ENABLE = yes # Dynamic macro recording and play MOUSEKEY_ENABLE = yes # Enable mouse control keycodes. Increases firmware size. TAP_DANCE_ENABLE = yes # Enable tap dance keys CONSOLE_ENABLE = yes # Enable debugging console. Increases firmware size. -SRC += config_led.c +SRC += config_led.c # Used to add files to the compilation/linking list. +TERMINAL_ENABLE = yes +EXTRAKEY_ENABLE = yes # Audio control and System control +# RAW_ENABLE = yes # Raw HID has not yet been implemented for this keyboard +# COMBO_ENABLE # Key combo feature +# LEADER_ENABLE # Enable leader key chording |