diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-11 10:19:24 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-11 10:19:24 +0000 |
commit | c5423400c36ba9d63f8ef6e1c2316e257b2bbb9f (patch) | |
tree | a95e652ea7fbad529ce3ea51d64dcb12dc029962 /keyboards/gmmk/pro/iso | |
parent | d291ad90b474d9ee4f071b18d183df810a7b854d (diff) | |
parent | e13ad14cb788d8995d19df1de281039693906c42 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/gmmk/pro/iso')
-rw-r--r-- | keyboards/gmmk/pro/iso/keymaps/default/keymap.c | 2 | ||||
-rw-r--r-- | keyboards/gmmk/pro/iso/keymaps/via/keymap.c | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/keyboards/gmmk/pro/iso/keymaps/via/keymap.c b/keyboards/gmmk/pro/iso/keymaps/via/keymap.c index c83af17fe1..880785ebbe 100644 --- a/keyboards/gmmk/pro/iso/keymaps/via/keymap.c +++ b/keyboards/gmmk/pro/iso/keymaps/via/keymap.c @@ -86,6 +86,6 @@ bool encoder_update_user(uint8_t index, bool clockwise) { } else { tap_code(KC_VOLD); } - return true; + return false; } #endif // ENCODER_ENABLE |