Skip to content

Commit

Permalink
[Keyboard] Sofle: fix LED count (#21386)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper authored Jun 28, 2023
1 parent c3cd05c commit 2750e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/sofle/keymaps/via/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for more options. */
#if defined(KEYBOARD_sofle_rev1)
// Add RGB underglow and top facing lighting
# define WS2812_DI_PIN D3
# define RGBLED_NUM 70
# define RGBLED_NUM 72
# define RGBLED_SPLIT \
{ 36, 36 }
# ifdef RGB_MATRIX_ENABLE
Expand Down

0 comments on commit 2750e03

Please sign in to comment.