aboutsummaryrefslogtreecommitdiff
path: root/keyboards/qvex
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/qvex')
-rw-r--r--keyboards/qvex/lynepad/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/qvex/lynepad/keymaps/default/keymap.c b/keyboards/qvex/lynepad/keymaps/default/keymap.c
index 11d04f60a..142f295de 100644
--- a/keyboards/qvex/lynepad/keymaps/default/keymap.c
+++ b/keyboards/qvex/lynepad/keymaps/default/keymap.c
@@ -82,7 +82,7 @@ void matrix_scan_user(void) {
82 unregister_code16(KC_MS_BTN3); 82 unregister_code16(KC_MS_BTN3);
83 } 83 }
84 /* 84 /*
85 * Encoder sets ALL values when center is pressed so bail out at this point\ 85 * Encoder sets ALL values when center is pressed so bail out at this point
86 * to avoid the rest of the encoder buttons registering events 86 * to avoid the rest of the encoder buttons registering events
87 */ 87 */
88 return; 88 return;