From 68e68e7dc22f2a63d86e958406f7e97b7b6433f4 Mon Sep 17 00:00:00 2001 From: stanrc85 <47038504+stanrc85@users.noreply.github.com> Date: Sat, 22 Oct 2022 14:50:20 -0400 Subject: [Keyboard] Add Bolsalice keyboard (#18772) --- keyboards/bolsa/bolsalice/rules.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/bolsa/bolsalice/rules.mk (limited to 'keyboards/bolsa/bolsalice/rules.mk') 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 -- cgit v1.2.3