aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tkw/grandiceps/keymaps/default/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tkw/grandiceps/keymaps/default/keymap.c')
-rw-r--r--keyboards/tkw/grandiceps/keymaps/default/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/tkw/grandiceps/keymaps/default/keymap.c b/keyboards/tkw/grandiceps/keymaps/default/keymap.c
index b4cf6ed02..53a2fd85c 100644
--- a/keyboards/tkw/grandiceps/keymaps/default/keymap.c
+++ b/keyboards/tkw/grandiceps/keymaps/default/keymap.c
@@ -421,7 +421,7 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
421#endif 421#endif
422 422
423#ifdef ENCODER_ENABLE 423#ifdef ENCODER_ENABLE
424void encoder_update_user(uint8_t index, bool clockwise){ 424bool encoder_update_user(uint8_t index, bool clockwise){
425 425
426 if (index == 0) { 426 if (index == 0) {
427 switch (get_highest_layer(layer_state)) { 427 switch (get_highest_layer(layer_state)) {
@@ -462,5 +462,6 @@ void encoder_update_user(uint8_t index, bool clockwise){
462 break; 462 break;
463 } 463 }
464 } 464 }
465 return true;
465} 466}
466#endif 467#endif