Skip to content

Commit

Permalink
Fix Crkbd build broken by spurious RGB underglow
Browse files Browse the repository at this point in the history
  • Loading branch information
bcat committed Jan 6, 2024
1 parent 83b33ba commit 698d002
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion layouts/split_3x6_3/bcat/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ ifeq ($(strip $(KEYBOARD)), crkbd/rev1)
BOOTLOADER = atmel-dfu # Elite-C

OLED_ENABLE = yes # dual 128x32 OLED screens
RGB_MATRIX_ENABLE = yes # per-key RGB and underglow

# Per-key RGB and underglow
RGBLIGHT_ENABLE = no
RGB_MATRIX_ENABLE = yes
endif

0 comments on commit 698d002

Please sign in to comment.