Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2023-12-01 12:08:20 +00:00
commit 4be3abc39e

View file

@ -20,7 +20,7 @@
#define CAPS_COLOR_B 0xFF #define CAPS_COLOR_B 0xFF
void keyboard_post_init_kb(void) { void keyboard_post_init_kb(void) {
rgblight_set_effect_range(0,29); rgblight_set_effect_range(1,29);
keyboard_post_init_user(); keyboard_post_init_user();
} }