mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-02 21:54:18 -04:00
mt/mt64rgb
: move RGB Matrix config to data driven (#24089)
This commit is contained in:
parent
726e1e8712
commit
a30aac7678
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue