mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-08 16:44:17 -04:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
a51b66f241
2 changed files with 2 additions and 1 deletions
|
@ -65,4 +65,4 @@ void rgb_matrix_indicators_user(void) {
|
|||
if (host_leds.caps_lock) {
|
||||
rgb_matrix_set_color(12, 254, 189, 41); // set caps lock led color first number is index, R G B
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue