diff options
author | Duccio <ducciobreschi@gmail.com> | 2022-10-13 20:43:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 19:43:03 +0100 |
commit | 4a30ea6a18efcc122fd0b7b3626cc1602227e586 (patch) | |
tree | 1f0ecc68d440413a1aa6db9ee97a41dc54a7dbaf /keyboards/bluebell/swoop/rules.mk | |
parent | f50ba3b03132edcc04d9ad2c0a5faa5e73a73d48 (diff) |
Add Swoop keyboard (#18436)
Diffstat (limited to 'keyboards/bluebell/swoop/rules.mk')
-rw-r--r-- | keyboards/bluebell/swoop/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
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 |