summaryrefslogtreecommitdiff
path: root/keyboards/qvex
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-12-14 23:41:16 +1100
committerGitHub <noreply@github.com>2021-12-14 12:41:16 +0000
commit99b35940bc4166eae3853c9e2fa94bd2be72742e (patch)
tree4b9c626a65b43e4cfbb215d496bae4d86582fafe /keyboards/qvex
parent970ede9a1c808fd54f3f1310f1b74a586d890747 (diff)
Remove unnecessary backslash-escapes in default keymaps (#15472)
* Remove unnecessary backslash-escapes in default keymaps * Remove unnecessary backslash-escapes in via keymaps * Remove unnecessary backslash-escapes in default-ish keymaps
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 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;