From 1b26b2d66643718770d248e9d3e6e003b5307f63 Mon Sep 17 00:00:00 2001 From: Duccio Date: Fri, 13 Jan 2023 12:08:12 +0100 Subject: [PATCH] [bluebell/Swoop] Enable RGB underlight by default (#19501) --- keyboards/bluebell/swoop/rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/bluebell/swoop/rules.mk b/keyboards/bluebell/swoop/rules.mk index b2be35f979b6..5b69caf9e1b7 100644 --- a/keyboards/bluebell/swoop/rules.mk +++ b/keyboards/bluebell/swoop/rules.mk @@ -13,4 +13,5 @@ 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 +RGBLIGHT_ENABLE = yes # Enable underlight SPLIT_KEYBOARD = yes