[Keymap] small changes, game layer for mattly keymap (#21375)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
63872f990b
commit
b618aecc95
5 changed files with 77 additions and 57 deletions
|
@ -31,6 +31,9 @@ void layer_state_set_rgb(layer_state_t state) {
|
|||
case _NAVNUM_WIN:
|
||||
rgblight_sethsv_noeeprom(HSV_NAVNUM);
|
||||
break;
|
||||
case _GAME:
|
||||
rgblight_sethsv_noeeprom(HSV_GAME);
|
||||
break;
|
||||
case _FUNCT:
|
||||
case _FUNCT_WIN:
|
||||
rgblight_sethsv_noeeprom(HSV_FUNCT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue