1
0
Fork 0

[Keymap] small changes, game layer for mattly keymap (#21375)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Matthew Lyon 2023-07-05 23:03:45 -07:00 committed by GitHub
parent 63872f990b
commit b618aecc95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 77 additions and 57 deletions

View file

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