small thing
Some checks failed
Build QMK firmware / QMK Userspace Build (push) Has been cancelled
Build QMK firmware / QMK Userspace Publish (push) Has been cancelled

This commit is contained in:
2025-02-12 12:58:38 +01:00
parent d83575af61
commit dbe58e23da

View File

@@ -116,5 +116,5 @@ bool rgb_matrix_indicators_user(void) {
rgb_matrix_set_color(i, keycolors[i][0], keycolors[i][1], keycolors[i][2]); rgb_matrix_set_color(i, keycolors[i][0], keycolors[i][1], keycolors[i][2]);
} }
set_special_leds(); set_special_leds();
return false; return true;
} }