forked from mirror/qmk_firmware
mt/mt64rgb: move RGB Matrix config to data driven (#24089)
This commit is contained in:
@@ -37,9 +37,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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user