diff options
author | Dasky <32983009+daskygit@users.noreply.github.com> | 2022-04-11 11:18:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 20:18:44 +1000 |
commit | e13ad14cb788d8995d19df1de281039693906c42 (patch) | |
tree | 4c516bef95fd2068b35f0cd535cd7dc75b954b81 /keyboards/gmmk/pro/iso/keymaps/default | |
parent | 3bde05c568afec6bbb45c7d07ab55a0c8b738cc0 (diff) |
GMMK Pro return false in encoder user. (#16830)
Diffstat (limited to 'keyboards/gmmk/pro/iso/keymaps/default')
-rw-r--r-- | keyboards/gmmk/pro/iso/keymaps/default/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gmmk/pro/iso/keymaps/default/keymap.c b/keyboards/gmmk/pro/iso/keymaps/default/keymap.c index 67b95c755f..3bdacda6c8 100644 --- a/keyboards/gmmk/pro/iso/keymaps/default/keymap.c +++ b/keyboards/gmmk/pro/iso/keymaps/default/keymap.c @@ -67,6 +67,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) { } else { tap_code(KC_VOLD); } - return true; + return false; } #endif |