mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-21 04:47:50 -04:00
[Keyboard] Fix Compile issues for lefty (#14982)
This commit is contained in:
parent
a594772199
commit
b73189a838
1 changed files with 15 additions and 15 deletions
|
@ -40,26 +40,26 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
),
|
),
|
||||||
|
|
||||||
[_LOWER] = LAYOUT_all(
|
[_LOWER] = LAYOUT_all(
|
||||||
____, ____, ____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____
|
_______, _______, _______, _______
|
||||||
),
|
),
|
||||||
|
|
||||||
[_RAISE] = LAYOUT_all(
|
[_RAISE] = LAYOUT_all(
|
||||||
____, ____, ____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____
|
_______, _______, _______, _______
|
||||||
),
|
),
|
||||||
|
|
||||||
[_SPECIAL] = LAYOUT_all(
|
[_SPECIAL] = LAYOUT_all(
|
||||||
____, ____, ____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____, ____, ____,
|
_______, _______, _______, _______, _______, _______,
|
||||||
____, ____, ____, ____
|
_______, _______, _______, _______
|
||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue