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/keymaps/kyek/rules.mk | |
parent | f50ba3b03132edcc04d9ad2c0a5faa5e73a73d48 (diff) |
Add Swoop keyboard (#18436)
Diffstat (limited to 'keyboards/bluebell/swoop/keymaps/kyek/rules.mk')
-rw-r--r-- | keyboards/bluebell/swoop/keymaps/kyek/rules.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/bluebell/swoop/keymaps/kyek/rules.mk b/keyboards/bluebell/swoop/keymaps/kyek/rules.mk new file mode 100644 index 0000000000..6b5678dd27 --- /dev/null +++ b/keyboards/bluebell/swoop/keymaps/kyek/rules.mk @@ -0,0 +1,15 @@ +# Enables Link Time Optimization (LTO) when compiling the keyboard. This makes the process take longer, +# but it can significantly reduce the compiled size (and since the firmware is small, the added time is not noticeable). +LTO_ENABLE = no + +# Audio control and System control +EXTRAKEY_ENABLE = no + +# ENCODER_ENABLE = no +# OLED_DRIVER_ENABLE = no +# WPM_ENABLE = no + +# Enable keyboard underlight functionality +RGBLIGHT_ENABLE = yes + +COMBO_ENABLE = yes |