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:
Joel Spadin
2024-09-27 19:25:29 -05:00
committed by Pete Johanson
parent e6c1219f0c
commit cf2c46734d
11 changed files with 471 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/ {
layouts_common_numpad_position_map: layouts_common_numpad_position_map {
compatible = "zmk,physical-layout-position-map";
complete;
};
};