fix layer name
This commit is contained in:
parent
67db3f0ecd
commit
25bd15ce1f
|
@ -99,7 +99,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
/* Layer Change */
|
||||
|
||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||
state = update_tri_layer_state(state, L_LOWER, L_UPPER, L_ADJUST);
|
||||
// Activate adjust layer
|
||||
state = update_tri_layer_state(state, L_LOWER, L_RAISE, L_ADJUST);
|
||||
return state;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue