diff options
author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2022-10-22 14:50:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 11:50:20 -0700 |
commit | 68e68e7dc22f2a63d86e958406f7e97b7b6433f4 (patch) | |
tree | 40f05525ae473c8e38241fe425c80539a567ff3c /keyboards/bolsa/bolsalice/rules.mk | |
parent | bd044ae5fff8b811caaf542f0d31d73f3c50ec36 (diff) |
[Keyboard] Add Bolsalice keyboard (#18772)
Diffstat (limited to 'keyboards/bolsa/bolsalice/rules.mk')
-rw-r--r-- | keyboards/bolsa/bolsalice/rules.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/bolsa/bolsalice/rules.mk b/keyboards/bolsa/bolsalice/rules.mk new file mode 100644 index 0000000000..221dbb2380 --- /dev/null +++ b/keyboards/bolsa/bolsalice/rules.mk @@ -0,0 +1,20 @@ +# 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 = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +LAYOUTS = alice alice_split_bs |