Fix Lighting Layers
This commit is contained in:
parent
5986f76cca
commit
4b3ece6864
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ layer_state_t default_layer_state_set_user(layer_state_t state) {
|
|||
case L_GAME:
|
||||
rgblight_sethsv(HSV_YELLOW);
|
||||
break;
|
||||
default: // for any other layers, or the default layer
|
||||
rgblight_sethsv(HSV_WHITE);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue