diff options
author | studiokestra <74369928+studiokestra@users.noreply.github.com> | 2021-03-03 18:02:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 17:02:27 -0800 |
commit | 7aa74c227b03e882915b184d07a5e31c9d720710 (patch) | |
tree | 0c6c13f8044118b7223702487e7664d740825e08 /keyboards/studiokestra/nue/rules.mk | |
parent | 0fd95e5db52c5cd51d452c479977a7b9af5ef7a7 (diff) |
[Keyboard] Add Studio Kestra Nue PCB (#12094)
Diffstat (limited to 'keyboards/studiokestra/nue/rules.mk')
-rw-r--r-- | keyboards/studiokestra/nue/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/studiokestra/nue/rules.mk b/keyboards/studiokestra/nue/rules.mk new file mode 100644 index 0000000000..59fb880c7a --- /dev/null +++ b/keyboards/studiokestra/nue/rules.mk @@ -0,0 +1,22 @@ +# 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 = 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 |