keebzdotnet FMe Layout Additionns (#20696)
* add matrix_diagram.md * add LAYOUT_1x2u with reference keymap * add LAYOUT_2x1u with reference keymap
This commit is contained in:
@@ -38,6 +38,41 @@
|
||||
{"matrix": [2, 1], "x": 3, "y": 2, "w": 2},
|
||||
{"matrix": [0, 1], "x": 4, "y": 3}
|
||||
]
|
||||
},
|
||||
"LAYOUT_1x2u": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0},
|
||||
{"matrix": [1, 3], "x": 1, "y": 0},
|
||||
{"matrix": [1, 4], "x": 2, "y": 0},
|
||||
{"matrix": [1, 2], "x": 3, "y": 0},
|
||||
{"matrix": [1, 0], "x": 4, "y": 0},
|
||||
|
||||
{"matrix": [1, 1], "x": 0.25, "y": 1},
|
||||
{"matrix": [0, 4], "x": 1.25, "y": 1},
|
||||
{"matrix": [0, 2], "x": 2.25, "y": 1},
|
||||
{"matrix": [0, 3], "x": 3.25, "y": 1, "w": 1.75},
|
||||
|
||||
{"matrix": [2, 2], "x": 0.25, "y": 2, "w": 2.75},
|
||||
{"matrix": [2, 1], "x": 3, "y": 2, "w": 2}
|
||||
]
|
||||
},
|
||||
"LAYOUT_2x1u": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0},
|
||||
{"matrix": [1, 3], "x": 1, "y": 0},
|
||||
{"matrix": [1, 4], "x": 2, "y": 0},
|
||||
{"matrix": [1, 2], "x": 3, "y": 0},
|
||||
{"matrix": [1, 0], "x": 4, "y": 0},
|
||||
|
||||
{"matrix": [1, 1], "x": 0.25, "y": 1},
|
||||
{"matrix": [0, 4], "x": 1.25, "y": 1},
|
||||
{"matrix": [0, 2], "x": 2.25, "y": 1},
|
||||
{"matrix": [0, 3], "x": 3.25, "y": 1, "w": 1.75},
|
||||
|
||||
{"matrix": [2, 2], "x": 0.25, "y": 2, "w": 2.75},
|
||||
{"matrix": [3, 2], "x": 3, "y": 2},
|
||||
{"matrix": [0, 1], "x": 4, "y": 2}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user