ADPenrose Akemipad Layout Addition (#20957)

* add matrix_diagram.md

* info.json: apply friendly formatting

* add LAYOUT_numpad with reference keymap
This commit is contained in:
James Young
2023-05-15 22:17:55 -07:00
committed by GitHub
parent f8313adffb
commit 631e4e50dd
5 changed files with 140 additions and 25 deletions

View File

@@ -28,37 +28,69 @@
"layouts": {
"LAYOUT_all": {
"layout": [
{"matrix": [0, 0], "x": 1.25, "y": 0},
{"matrix": [0, 1], "x": 2.25, "y": 0},
{"matrix": [0, 2], "x": 3.25, "y": 0},
{"matrix": [0, 3], "x": 4.25, "y": 0},
{"label": "Fn", "matrix": [0, 0], "x": 1.25, "y": 0},
{"label": "Fn2", "matrix": [0, 1], "x": 2.25, "y": 0},
{"label": "Fn3", "matrix": [0, 2], "x": 3.25, "y": 0},
{"label": "Delete", "matrix": [0, 3], "x": 4.25, "y": 0},
{"matrix": [1, 0], "x": 1.25, "y": 1.25},
{"matrix": [1, 1], "x": 2.25, "y": 1.25},
{"matrix": [1, 2], "x": 3.25, "y": 1.25},
{"matrix": [1, 3], "x": 4.25, "y": 1.25},
{"label": "Num Lock", "matrix": [1, 0], "x": 1.25, "y": 1.25},
{"label": "/", "matrix": [1, 1], "x": 2.25, "y": 1.25},
{"label": "*", "matrix": [1, 2], "x": 3.25, "y": 1.25},
{"label": "-", "matrix": [1, 3], "x": 4.25, "y": 1.25},
{"matrix": [2, 0], "x": 1.25, "y": 2.25},
{"matrix": [2, 1], "x": 2.25, "y": 2.25},
{"matrix": [2, 2], "x": 3.25, "y": 2.25},
{"matrix": [2, 3], "x": 4.25, "y": 2.25},
{"label": "7", "matrix": [2, 0], "x": 1.25, "y": 2.25},
{"label": "8", "matrix": [2, 1], "x": 2.25, "y": 2.25},
{"label": "9", "matrix": [2, 2], "x": 3.25, "y": 2.25},
{"label": "+", "matrix": [2, 3], "x": 4.25, "y": 2.25},
{"matrix": [3, 0], "x": 1.25, "y": 3.25},
{"matrix": [3, 1], "x": 2.25, "y": 3.25},
{"matrix": [3, 2], "x": 3.25, "y": 3.25},
{"matrix": [3, 3], "x": 4.25, "y": 3.25},
{"label": "4", "matrix": [3, 0], "x": 1.25, "y": 3.25},
{"label": "5", "matrix": [3, 1], "x": 2.25, "y": 3.25},
{"label": "6", "matrix": [3, 2], "x": 3.25, "y": 3.25},
{"label": "+", "matrix": [3, 3], "x": 4.25, "y": 3.25},
{"matrix": [4, 0], "x": 1.25, "y": 4.25},
{"matrix": [4, 1], "x": 2.25, "y": 4.25},
{"matrix": [4, 2], "x": 3.25, "y": 4.25},
{"matrix": [4, 3], "x": 4.25, "y": 4.25},
{"label": "1", "matrix": [4, 0], "x": 1.25, "y": 4.25},
{"label": "2", "matrix": [4, 1], "x": 2.25, "y": 4.25},
{"label": "3", "matrix": [4, 2], "x": 3.25, "y": 4.25},
{"label": "Enter", "matrix": [4, 3], "x": 4.25, "y": 4.25},
{"matrix": [5, 4], "x": 0, "y": 5.25},
{"label": "Mute", "matrix": [5, 4], "x": 0, "y": 5.25},
{"matrix": [5, 0], "x": 1.25, "y": 5.25},
{"matrix": [5, 1], "x": 2.25, "y": 5.25},
{"matrix": [5, 2], "x": 3.25, "y": 5.25},
{"matrix": [5, 3], "x": 4.25, "y": 5.25}
{"label": "0", "matrix": [5, 0], "x": 1.25, "y": 5.25},
{"label": "0", "matrix": [5, 1], "x": 2.25, "y": 5.25},
{"label": ".", "matrix": [5, 2], "x": 3.25, "y": 5.25},
{"label": "Enter", "matrix": [5, 3], "x": 4.25, "y": 5.25}
]
},
"LAYOUT_numpad": {
"layout": [
{"label": "Fn", "matrix": [0, 0], "x": 1.25, "y": 0},
{"label": "Fn2", "matrix": [0, 1], "x": 2.25, "y": 0},
{"label": "Fn3", "matrix": [0, 2], "x": 3.25, "y": 0},
{"label": "Delete", "matrix": [0, 3], "x": 4.25, "y": 0},
{"label": "Num Lock", "matrix": [1, 0], "x": 1.25, "y": 1.25},
{"label": "/", "matrix": [1, 1], "x": 2.25, "y": 1.25},
{"label": "*", "matrix": [1, 2], "x": 3.25, "y": 1.25},
{"label": "-", "matrix": [1, 3], "x": 4.25, "y": 1.25},
{"label": "7", "matrix": [2, 0], "x": 1.25, "y": 2.25},
{"label": "8", "matrix": [2, 1], "x": 2.25, "y": 2.25},
{"label": "9", "matrix": [2, 2], "x": 3.25, "y": 2.25},
{"label": "+", "matrix": [2, 3], "x": 4.25, "y": 2.25, "h": 2},
{"label": "4", "matrix": [3, 0], "x": 1.25, "y": 3.25},
{"label": "5", "matrix": [3, 1], "x": 2.25, "y": 3.25},
{"label": "6", "matrix": [3, 2], "x": 3.25, "y": 3.25},
{"label": "1", "matrix": [4, 0], "x": 1.25, "y": 4.25},
{"label": "2", "matrix": [4, 1], "x": 2.25, "y": 4.25},
{"label": "3", "matrix": [4, 2], "x": 3.25, "y": 4.25},
{"label": "Enter", "matrix": [4, 3], "x": 4.25, "y": 4.25, "h": 2},
{"label": "Mute", "matrix": [5, 4], "x": 0, "y": 5.25},
{"label": "0", "matrix": [5, 0], "x": 1.25, "y": 5.25, "w": 2},
{"label": ".", "matrix": [5, 2], "x": 3.25, "y": 5.25}
]
}
}