diff options
author | TerryMathews <terry@terrymathews.net> | 2022-01-10 20:31:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 17:31:16 -0800 |
commit | 6acfb61159cc055deeba219d398ebce95e114431 (patch) | |
tree | 79028b6d41a00c4ed3c35d8afd6208dbc99d931c /keyboards/tkc/candybar/lefty_r3/rules.mk | |
parent | 951fa1020b5c57bca656c25e20c8e12da8610f41 (diff) |
[Keyboard] TKC Candybar R3 (#15374)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/tkc/candybar/lefty_r3/rules.mk')
-rw-r--r-- | keyboards/tkc/candybar/lefty_r3/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/tkc/candybar/lefty_r3/rules.mk b/keyboards/tkc/candybar/lefty_r3/rules.mk new file mode 100644 index 0000000000..5021259667 --- /dev/null +++ b/keyboards/tkc/candybar/lefty_r3/rules.mk @@ -0,0 +1,19 @@ +# 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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +LTO_ENABLE = yes |