diff options
Diffstat (limited to 'keyboards/dz60/keymaps/twschum_b_4_10/rules.mk')
-rw-r--r-- | keyboards/dz60/keymaps/twschum_b_4_10/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/twschum_b_4_10/rules.mk b/keyboards/dz60/keymaps/twschum_b_4_10/rules.mk new file mode 100644 index 0000000000..1610eace74 --- /dev/null +++ b/keyboards/dz60/keymaps/twschum_b_4_10/rules.mk @@ -0,0 +1,15 @@ +# Build Options +# override the options specified in dz60/rules.mk +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +KEY_LOCK_ENABLE = yes # Enables use of KC_LOCK + +# Enables including users/twschum/twschum.h +USER_NAME := twschum |