Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update keyboard LED driver configs #22638

Merged
merged 10 commits into from
Dec 18, 2023
Prev Previous commit
Next Next commit
Slight tweak
  • Loading branch information
fauxpark committed Dec 10, 2023
commit c07d74bf735ab7edba80865676d9a3600c008c80
2 changes: 1 addition & 1 deletion keyboards/kprepublic/bm60hsrgb_iso/rev2/rev2.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# include "ws2812.h"


const PROGMEM is31fl3733_led_t g_is31fl3733_leds[IS31FL3733_LED_COUNT] = {
const is31fl3733_led_t PROGMEM g_is31fl3733_leds[IS31FL3733_LED_COUNT] = {
{ 0, B_1, A_1, C_1 },
{ 0, B_2, A_2, C_2 },
{ 0, B_3, A_3, C_3 },
Expand Down