summaryrefslogtreecommitdiff
path: root/keyboards/gmmk/pro/rev1/iso/keymaps/vitoni
diff options
context:
space:
mode:
authorAndre Brait <andrebrait@gmail.com>2022-09-24 18:37:04 +0200
committerGitHub <noreply@github.com>2022-09-24 09:37:04 -0700
commit32204f4a0340e649d99f75065a112e6fe6b689d1 (patch)
tree80776c9e1bab6d7f39200af8b32e00576b99a63f /keyboards/gmmk/pro/rev1/iso/keymaps/vitoni
parent94d5fe6f908077e22a2445b3accda8d130135156 (diff)
GMMK Pro: fix unintended volume encoder taps (#17129)
Diffstat (limited to 'keyboards/gmmk/pro/rev1/iso/keymaps/vitoni')
-rw-r--r--keyboards/gmmk/pro/rev1/iso/keymaps/vitoni/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/gmmk/pro/rev1/iso/keymaps/vitoni/keymap.c b/keyboards/gmmk/pro/rev1/iso/keymaps/vitoni/keymap.c
index 1e32e7e9c0..2c8a67ef9b 100644
--- a/keyboards/gmmk/pro/rev1/iso/keymaps/vitoni/keymap.c
+++ b/keyboards/gmmk/pro/rev1/iso/keymaps/vitoni/keymap.c
@@ -84,7 +84,8 @@ bool encoder_update_user(uint8_t index, bool clockwise) {
}
break;
}
- return true;
+ //return true; //set to return false to counteract enabled encoder in pro.c
+ return false;
}
#endif // ENCODER_ENABLE