Fix yeehaw (#12934)
* CRLF? * Changed VIA keymap to use core KC_TRNS alias
This commit is contained in:
parent
4dd5f45b6c
commit
d86a97a089
1 changed files with 12 additions and 12 deletions
|
@ -43,21 +43,21 @@ KC_TRNS, RGB_SAD, RGB_M_P, RGB_MOD, RGB_SPD,
|
||||||
),
|
),
|
||||||
|
|
||||||
[2] = LAYOUT(
|
[2] = LAYOUT(
|
||||||
____,
|
_______,
|
||||||
____,
|
_______,
|
||||||
____, ____, ____, ____,
|
_______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______,
|
||||||
____, ____,
|
_______, _______,
|
||||||
____
|
_______
|
||||||
),
|
),
|
||||||
|
|
||||||
[3] = LAYOUT(
|
[3] = LAYOUT(
|
||||||
____,
|
_______,
|
||||||
____,
|
_______,
|
||||||
____, ____, ____, ____,
|
_______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______,
|
||||||
____, ____,
|
_______, _______,
|
||||||
____
|
_______
|
||||||
),
|
),
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue