Skip to content

Commit

Permalink
[keyboard] fix bm40hsrgb g_led_config
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter committed May 16, 2022
1 parent b3a19d9 commit efee4d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions keyboards/kprepublic/bm40hsrgb/rev2/rev2.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ led_config_t g_led_config = {
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2, 2, 2, 2, 2, 2
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
# if WS2812_LED_TOTAL > 0
,2, 2, 2, 2, 2, 2
# endif
}
};

Expand Down

0 comments on commit efee4d3

Please sign in to comment.