diff options
Diffstat (limited to 'keyboards/planck/keymaps/pevecyan/keymap.c')
| -rw-r--r-- | keyboards/planck/keymaps/pevecyan/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/planck/keymaps/pevecyan/keymap.c b/keyboards/planck/keymaps/pevecyan/keymap.c index 2391efebb..25643b244 100644 --- a/keyboards/planck/keymaps/pevecyan/keymap.c +++ b/keyboards/planck/keymaps/pevecyan/keymap.c | |||
| @@ -168,7 +168,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 168 | float plover_gb_song[][2] = SONG(PLOVER_GOODBYE_SOUND); | 168 | float plover_gb_song[][2] = SONG(PLOVER_GOODBYE_SOUND); |
| 169 | #endif | 169 | #endif |
| 170 | 170 | ||
| 171 | uint32_t layer_state_set_user(uint32_t state) { | 171 | layer_state_t layer_state_set_user(layer_state_t state) { |
| 172 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); | 172 | return update_tri_layer_state(state, _LOWER, _RAISE, _ADJUST); |
| 173 | } | 173 | } |
| 174 | 174 | ||
