diff options
author | Xelus22 <17491233+Xelus22@users.noreply.github.com> | 2021-12-15 05:53:36 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 10:53:36 -0800 |
commit | 58fbafeeabc21e1f850b0e4672b5f1e4a5359ce5 (patch) | |
tree | af8661826080d54361b5aa89508ec63f89a85603 /keyboards/xelus/la_plus/rules.mk | |
parent | 99b35940bc4166eae3853c9e2fa94bd2be72742e (diff) |
[Keyboard] Add La+ (#15460)
Diffstat (limited to 'keyboards/xelus/la_plus/rules.mk')
-rwxr-xr-x | keyboards/xelus/la_plus/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/xelus/la_plus/rules.mk b/keyboards/xelus/la_plus/rules.mk new file mode 100755 index 0000000000..440396715b --- /dev/null +++ b/keyboards/xelus/la_plus/rules.mk @@ -0,0 +1,23 @@ +# 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 = yes # 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 +AUDIO_ENABLE = no # Audio output + +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = WS2812 +RGB_MATRIX_CUSTOM_KB = yes + +LTO_ENABLE = yes |