diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-10 22:45:26 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-10 22:45:26 +0000 |
commit | 0bee7cbebe156ff8a7f17d0f7c4a30edf089f93c (patch) | |
tree | 131c8c8f5f02f027e94533a2b920c63b817bed14 | |
parent | a15e44cfb3b80d3074db1f9a110af58939f00e80 (diff) | |
parent | a5eeee4deda870863ff903ccf573c762165a7315 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | keyboards/checkerboards/quark_plus/quark_plus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/checkerboards/quark_plus/quark_plus.c b/keyboards/checkerboards/quark_plus/quark_plus.c index 036d3a96c5..0c0ae0cf4e 100644 --- a/keyboards/checkerboards/quark_plus/quark_plus.c +++ b/keyboards/checkerboards/quark_plus/quark_plus.c @@ -17,7 +17,7 @@ #include "quark_plus.h" bool encoder_update_kb(uint8_t index, bool clockwise) { - if (!encoder_update_kb(index, clockwise)) { return false; } + if (!encoder_update_user(index, clockwise)) { return false; } if (index == 1) { /* left encoder*/ if (clockwise){ tap_code(KC_WH_U); |