Fix id67 RGB Matrix (#16916)

This commit is contained in:
jack
2022-04-22 05:50:11 -06:00
committed by GitHub
parent 8020950976
commit d973734976
2 changed files with 5 additions and 5 deletions

View File

@@ -56,6 +56,6 @@ led_config_t g_led_config = { {
__attribute__ ((weak))
void rgb_matrix_indicators_user(void) {
if (host_keyboard_led_state().caps_lock) {
rgb_matrix_set_color(ID67_CAPS_LOCK_KEY_INDEX, 0xFF, 0xFF, 0xFF);
rgb_matrix_set_color(23, 0xFF, 0xFF, 0xFF);
}
}