diff options
author | studiokestra <74369928+studiokestra@users.noreply.github.com> | 2021-11-29 01:17:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 00:17:26 -0800 |
commit | 047fe0a8f9a92b60430173574ebc45cca904855f (patch) | |
tree | 664f9d6a1d0c54bd195e4c1eef9a11c152641afd /keyboards/studiokestra/galatea/rev1/rules.mk | |
parent | b90d94755c2c83da6ef6df80e0eb8d660cb718cc (diff) | |
download | qmk_firmware-047fe0a8f9a92b60430173574ebc45cca904855f.tar.gz qmk_firmware-047fe0a8f9a92b60430173574ebc45cca904855f.zip |
[Keyboard] Add Galatea TKL PCB. (#15290)
Diffstat (limited to 'keyboards/studiokestra/galatea/rev1/rules.mk')
-rw-r--r-- | keyboards/studiokestra/galatea/rev1/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/studiokestra/galatea/rev1/rules.mk b/keyboards/studiokestra/galatea/rev1/rules.mk new file mode 100644 index 0000000000..3105d59b77 --- /dev/null +++ b/keyboards/studiokestra/galatea/rev1/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 = 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |