diff options
author | Drashna Jael're <drashna@live.com> | 2021-11-19 09:48:23 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-11-19 09:48:23 -0800 |
commit | 4be9919e9fd7c54c2e046b82e82f5fbc2fdd44e6 (patch) | |
tree | 5a56b18bd8aff40ec480833f8ba2f7c48ef3279a /keyboards/mtbkeys/mtb60/hotswap/rules.mk | |
parent | a5155b98fb29ad4ea6de73f39a0d413d79883356 (diff) | |
parent | 94b535024642bab6705f1e08ec62680d8e49b62b (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mtbkeys/mtb60/hotswap/rules.mk')
-rw-r--r-- | keyboards/mtbkeys/mtb60/hotswap/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mtbkeys/mtb60/hotswap/rules.mk b/keyboards/mtbkeys/mtb60/hotswap/rules.mk new file mode 100644 index 0000000000..02ae236709 --- /dev/null +++ b/keyboards/mtbkeys/mtb60/hotswap/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |