diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-24 02:49:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-24 02:49:19 +0000 |
commit | a7b54d288f3d66c9ecaff4a2dde8bac3319063d4 (patch) | |
tree | e01c2de6c917ccd7ed8ceacb765a31eed29222e0 /keyboards/skeletn87/hotswap/rules.mk | |
parent | 635f32b219c31c0f640c64cf93b6e59f03fda18d (diff) | |
parent | 543dca0d890da1cd1d2ce2ebbde9c31354522829 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/skeletn87/hotswap/rules.mk')
-rw-r--r-- | keyboards/skeletn87/hotswap/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/skeletn87/hotswap/rules.mk b/keyboards/skeletn87/hotswap/rules.mk new file mode 100644 index 0000000000..62a2612302 --- /dev/null +++ b/keyboards/skeletn87/hotswap/rules.mk @@ -0,0 +1,24 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +LAYOUTS = tkl_ansi
\ No newline at end of file |