1
0
Fork 0

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
This commit is contained in:
Ryan 2021-12-14 23:41:16 +11:00 committed by GitHub
parent 970ede9a1c
commit 99b35940bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
366 changed files with 4439 additions and 4536 deletions

View file

@ -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;