diff options
Diffstat (limited to 'users/tominabox1/tominabox1.c')
| -rw-r--r-- | users/tominabox1/tominabox1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tominabox1/tominabox1.c b/users/tominabox1/tominabox1.c index d2e9e1258..34fe3068a 100644 --- a/users/tominabox1/tominabox1.c +++ b/users/tominabox1/tominabox1.c | |||
| @@ -126,7 +126,7 @@ layer_state_t layer_state_set_keymap (layer_state_t state) { | |||
| 126 | return state; | 126 | return state; |
| 127 | } | 127 | } |
| 128 | 128 | ||
| 129 | uint32_t layer_state_set_user(uint32_t state) { | 129 | layer_state_t layer_state_set_user(layer_state_t state) { |
| 130 | state = update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); | 130 | state = update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); |
| 131 | switch (biton32(state)) { | 131 | switch (biton32(state)) { |
| 132 | case _LOWER: | 132 | case _LOWER: |
