feat(boards): Add numpad layouts
Added physical layouts for the following variants of numpads: - With and without extra top row - 2U plus key or 1U plus and backspace keys - 2U 0 key or 1U 0 and 00 keys - Full 1U grid/macropad layout Other layouts exist, such as "southpaw" horizontally mirrored layouts, and layouts with a fifth column, but those seem to be much less common.
This commit is contained in:
parent
e6c1219f0c
commit
cf2c46734d
11 changed files with 471 additions and 0 deletions
7
app/dts/layouts/common/numpad/position_map.dtsi
Normal file
7
app/dts/layouts/common/numpad/position_map.dtsi
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/ {
|
||||
layouts_common_numpad_position_map: layouts_common_numpad_position_map {
|
||||
compatible = "zmk,physical-layout-position-map";
|
||||
|
||||
complete;
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue