diff options
author | studiokestra <74369928+studiokestra@users.noreply.github.com> | 2021-11-15 16:44:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 15:44:17 -0800 |
commit | 269990ed95f80db2349661b2731b42501e3b2803 (patch) | |
tree | ffbb5bdd726e4cf974e9249f811142d957065e77 /keyboards/studiokestra/bourgeau/rules.mk | |
parent | 0db70f1f2a397e1e8a298f8add9a47dca09c7c55 (diff) |
[Keyboard] Add Bourgeau 75% PCB (#15072)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/studiokestra/bourgeau/rules.mk')
-rw-r--r-- | keyboards/studiokestra/bourgeau/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/studiokestra/bourgeau/rules.mk b/keyboards/studiokestra/bourgeau/rules.mk new file mode 100644 index 0000000000..0acd19e670 --- /dev/null +++ b/keyboards/studiokestra/bourgeau/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 = 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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output |