diff options
| author | Ryan <fauxpark@gmail.com> | 2021-12-14 23:41:16 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-14 12:41:16 +0000 |
| commit | 99b35940bc4166eae3853c9e2fa94bd2be72742e (patch) | |
| tree | 4b9c626a65b43e4cfbb215d496bae4d86582fafe /keyboards/qvex | |
| parent | 970ede9a1c808fd54f3f1310f1b74a586d890747 (diff) | |
| download | qmk_firmware-99b35940bc4166eae3853c9e2fa94bd2be72742e.tar.gz qmk_firmware-99b35940bc4166eae3853c9e2fa94bd2be72742e.zip | |
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.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 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; |
