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
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
KC_BTN1, KC_BTN3, KC_BTN2 \
|
||||
KC_BTN1, KC_BTN3, KC_BTN2
|
||||
)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue