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:
parent
970ede9a1c
commit
99b35940bc
366 changed files with 4439 additions and 4536 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue