mt/mt64rgb: move RGB Matrix config to data driven (#24089)

This commit is contained in:
Ryan 2024-07-11 22:50:26 +10:00 committed by GitHub
parent 726e1e8712
commit a30aac7678

View file

@ -34,9 +34,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
};
bool rgb_matrix_indicators_user(void) {
if (layer_state_is(1)) {
rgb_matrix_set_color(77,0xFF, 0x80, 0x00);
}
if (host_keyboard_led_state().caps_lock) {
rgb_matrix_set_color(28, 0xFF, 0xFF, 0xFF);
}