From 86704e41170d1927f769ca2e0faf75ac3047b549 Mon Sep 17 00:00:00 2001 From: Steve Beaulac Date: Sat, 27 Aug 2022 01:21:44 -0400 Subject: [PATCH] fix: light on the solfe don't work anymore. disable RGB light. --- keyboards/sofle/keymaps/sjb/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/sofle/keymaps/sjb/rules.mk b/keyboards/sofle/keymaps/sjb/rules.mk index 5b4b3f8cd0c9..a00c0a31758c 100644 --- a/keyboards/sofle/keymaps/sjb/rules.mk +++ b/keyboards/sofle/keymaps/sjb/rules.mk @@ -4,7 +4,7 @@ MCU = atmega32u4 # Bootloader selection BOOTLOADER = atmel-dfu -RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. OLED_ENABLE = no OLED_DRIVER = SSD1306 ENCODER_ENABLE = yes