diff options
author | kb-elmo <lorwel@mailbox.org> | 2022-05-11 12:13:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-11 03:13:50 -0700 |
commit | f3fdd6ae5d150f39df75ed1524c72b184e06d3a6 (patch) | |
tree | 9a978ee2a2c52b621957b103283f73672f5949e6 /keyboards/axolstudio/yeti/hotswap/rules.mk | |
parent | 615dbd62e945fde4c26335ed24774d1feeb1dadf (diff) |
[Keyboard] Add Axostudio Yeti hotswap version (#16820)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/axolstudio/yeti/hotswap/rules.mk')
-rw-r--r-- | keyboards/axolstudio/yeti/hotswap/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/axolstudio/yeti/hotswap/rules.mk b/keyboards/axolstudio/yeti/hotswap/rules.mk new file mode 100644 index 0000000000..52474311b1 --- /dev/null +++ b/keyboards/axolstudio/yeti/hotswap/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 = yes # 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 +RGB_MATRIX_ENABLE = yes # Use RGB matrix +RGB_MATRIX_DRIVER = IS31FL3733 + +LTO_ENABLE = yes |