From 4a30ea6a18efcc122fd0b7b3626cc1602227e586 Mon Sep 17 00:00:00 2001 From: Duccio Date: Thu, 13 Oct 2022 20:43:03 +0200 Subject: Add Swoop keyboard (#18436) --- keyboards/bluebell/swoop/rules.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboards/bluebell/swoop/rules.mk (limited to 'keyboards/bluebell/swoop/rules.mk') diff --git a/keyboards/bluebell/swoop/rules.mk b/keyboards/bluebell/swoop/rules.mk new file mode 100644 index 0000000000..c39923dfab --- /dev/null +++ b/keyboards/bluebell/swoop/rules.mk @@ -0,0 +1,18 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# 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 = no # Enable N-Key Rollover +SPLIT_KEYBOARD = yes + +LAYOUTS = split_3x5_3 -- cgit v1.2.3