diff options
author | Nick Brassel <nick@tzarc.org> | 2021-01-20 00:18:11 +1100 |
---|---|---|
committer | Nick Brassel <nick@tzarc.org> | 2021-01-20 00:18:11 +1100 |
commit | d668fd3977c46bd5c9a5c50ce77ac86c85cc18ed (patch) | |
tree | 2ec8d5fe87f68c0eff23926305d020f94b5b4b61 /keyboards/cmm_studio/saka68/hotswap/rules.mk | |
parent | 6b0ed6a29b306bad8c1a8a55e45452b828109793 (diff) | |
parent | d24fe4f1ca49b2143b3f3d260a0a63088b521673 (diff) |
Merge remote-tracking branch 'upstream/master' into develop
Diffstat (limited to 'keyboards/cmm_studio/saka68/hotswap/rules.mk')
-rw-r--r-- | keyboards/cmm_studio/saka68/hotswap/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/cmm_studio/saka68/hotswap/rules.mk b/keyboards/cmm_studio/saka68/hotswap/rules.mk new file mode 100644 index 0000000000..14b22efbdb --- /dev/null +++ b/keyboards/cmm_studio/saka68/hotswap/rules.mk @@ -0,0 +1,25 @@ +# 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 = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug +COMMAND_ENABLE = yes # 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 = no # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +# generated by KBFirmware JSON to QMK Parser +# https://noroadsleft.github.io/kbf_qmk_converter/ |