diff options
author | Drashna Jael're <drashna@live.com> | 2021-12-14 18:29:13 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-12-14 18:29:13 -0800 |
commit | 14d5e92da515ea4e35bc554c20b116a131928eab (patch) | |
tree | 3d798403b0339ae2305546268ddefeecbc21aeb0 /keyboards/qvex/lynepad/keymaps/default/keymap.c | |
parent | 8b865a9d6445e3bce6c991224f373d71c67e87e5 (diff) | |
parent | e9731c19c70c8411b99775bf12303a1b2baf585c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/qvex/lynepad/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/qvex/lynepad/keymaps/default/keymap.c | 2 |
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 11d04f60a6..142f295de6 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) { unregister_code16(KC_MS_BTN3); } /* - * Encoder sets ALL values when center is pressed so bail out at this point\ + * Encoder sets ALL values when center is pressed so bail out at this point * to avoid the rest of the encoder buttons registering events */ return; |