1
0

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 3d10171e2c
commit 9be6d76c61
5 changed files with 70 additions and 28 deletions

View File

@@ -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);
}