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/keymaps/kyek/rules.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 keyboards/bluebell/swoop/keymaps/kyek/rules.mk (limited to 'keyboards/bluebell/swoop/keymaps/kyek/rules.mk') 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 -- cgit v1.2.3