Skip to content

Commit

Permalink
fix: light on the solfe don't work anymore.
Browse files Browse the repository at this point in the history
disable RGB light.
  • Loading branch information
SjB committed Aug 27, 2022
1 parent c83f069 commit 86704e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/sofle/keymaps/sjb/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 86704e4

Please sign in to comment.