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

This commit is contained in:
QMK Bot 2023-12-01 12:08:54 +00:00
commit 9ad36c2924

View File

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