2019-05-11 16:24:49 +00:00
|
|
|
{
|
2022-08-03 07:03:47 +00:00
|
|
|
"keyboard_name": "KBD67 Rev2",
|
|
|
|
"manufacturer": "KBDfans",
|
2019-10-22 13:44:50 +00:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "qmk",
|
2022-08-03 07:03:47 +00:00
|
|
|
"usb": {
|
|
|
|
"vid": "0x4B42",
|
|
|
|
"pid": "0x6067",
|
|
|
|
"device_version": "0.0.2"
|
|
|
|
},
|
2023-03-10 17:59:07 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["B0", "B1", "B2", "B3", "D1", "D2", "D3", "D6", "D7", "B4", "B6", "C6", "C7", "F7", "F6", "F5"],
|
|
|
|
"rows": ["B7", "D0", "F0", "F1", "F4"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-25 21:37:57 +00:00
|
|
|
"backlight": {
|
|
|
|
"pin": "B5"
|
|
|
|
},
|
2023-02-17 02:14:29 +00:00
|
|
|
"indicators": {
|
|
|
|
"caps_lock": "D4",
|
|
|
|
"on_state": 0
|
|
|
|
},
|
2023-04-06 08:00:54 +00:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "E2"
|
|
|
|
},
|
2023-05-27 02:27:44 +00:00
|
|
|
"rgblight": {
|
2023-06-16 04:04:45 +00:00
|
|
|
"max_brightness": 240,
|
|
|
|
"sleep": true
|
2023-05-27 02:27:44 +00:00
|
|
|
},
|
2023-02-08 07:41:46 +00:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "atmel-dfu",
|
2022-07-13 04:37:23 +00:00
|
|
|
"layout_aliases": {
|
2022-08-11 01:48:12 +00:00
|
|
|
"LAYOUT_65_ansi_blocker_splitbs": "LAYOUT_65_ansi_blocker_split_bs",
|
|
|
|
"LAYOUT_65_ansi_split_bs_2_right_mods": "LAYOUT_65_ansi_rwkl_split_bs"
|
2022-07-13 04:37:23 +00:00
|
|
|
},
|
Migrate `LAYOUTS` to data driven (#19541)
* Migrate `LAYOUTS` to data driven, 0-9
* Migrate `LAYOUTS` to data driven, A
* Migrate `LAYOUTS` to data driven, B
* Migrate `LAYOUTS` to data driven, C
* Migrate `LAYOUTS` to data driven, D
* Migrate `LAYOUTS` to data driven, E
* Migrate `LAYOUTS` to data driven, F
* Migrate `LAYOUTS` to data driven, G
* Migrate `LAYOUTS` to data driven, H
* Migrate `LAYOUTS` to data driven, handwired
* Migrate `LAYOUTS` to data driven, I
* Migrate `LAYOUTS` to data driven, J
* Migrate `LAYOUTS` to data driven, K
* Migrate `LAYOUTS` to data driven, L
* Migrate `LAYOUTS` to data driven, M
* Migrate `LAYOUTS` to data driven, N
* Migrate `LAYOUTS` to data driven, O
* Migrate `LAYOUTS` to data driven, P
* Migrate `LAYOUTS` to data driven, Q
* Migrate `LAYOUTS` to data driven, R
* Migrate `LAYOUTS` to data driven, S
* Migrate `LAYOUTS` to data driven, T
* Migrate `LAYOUTS` to data driven, U
* Migrate `LAYOUTS` to data driven, V
* Migrate `LAYOUTS` to data driven, W
* Migrate `LAYOUTS` to data driven, X
* Migrate `LAYOUTS` to data driven, Y
* Migrate `LAYOUTS` to data driven, Z
2023-01-10 02:48:20 +00:00
|
|
|
"community_layouts": ["65_ansi", "65_iso", "65_ansi_blocker", "65_ansi_blocker_split_bs", "65_ansi_split_bs"],
|
2019-10-22 13:44:50 +00:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT_all": {
|
|
|
|
"layout": [
|
2023-04-04 05:20:10 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 14, "y": 0},
|
|
|
|
{"matrix": [0, 15], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 14], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 15], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 2], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
{"matrix": [2, 15], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
|
|
|
|
{"matrix": [3, 1], "x": 1.25, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 14], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 15], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 4], "x": 3.75, "y": 4, "w": 2.75},
|
|
|
|
{"matrix": [4, 6], "x": 6.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 8], "x": 7.75, "y": 4, "w": 2.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4},
|
|
|
|
{"matrix": [4, 12], "x": 12, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 15], "x": 15, "y": 4}
|
2019-10-22 13:44:50 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"LAYOUT_65_ansi": {
|
|
|
|
"layout": [
|
2023-04-04 05:20:10 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 13, "y": 0, "w": 2},
|
|
|
|
{"matrix": [0, 15], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 14], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 15], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 2], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
{"matrix": [2, 15], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 14], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 15], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4},
|
|
|
|
{"matrix": [4, 12], "x": 12, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 15], "x": 15, "y": 4}
|
2019-10-22 13:44:50 +00:00
|
|
|
]
|
|
|
|
},
|
2020-03-25 21:51:05 +00:00
|
|
|
"LAYOUT_65_ansi_blocker": {
|
|
|
|
"layout": [
|
2023-04-04 05:20:10 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 13, "y": 0, "w": 2},
|
|
|
|
{"matrix": [0, 15], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 14], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 15], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 2], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
{"matrix": [2, 15], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 14], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 15], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 13], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 15], "x": 15, "y": 4}
|
|
|
|
]
|
2020-03-25 21:51:05 +00:00
|
|
|
},
|
Error log cleanup (#13349)
* error log cleanup: 40percentclub/25
40percentclub/25: Claims to support a community layout that does not exist: ortho_5x5
* error log cleanup: 40percentclub/4x4
☒ 40percentclub/4x4: Claims to support a community layout that does not exist: ortho_4x8
☒ 40percentclub/4x4: Claims to support a community layout that does not exist: ortho_4x16
* error log cleanup: 40percentclub/5x5
☒ 40percentclub/5x5: Claims to support a community layout that does not exist: ortho_5x5
* error log cleanup: 40percentclub/nori
☒ 40percentclub/nori: Claims to support a community layout that does not exist: ortho_4x8
* error log cleanup: barracuda
☒ barracuda: Claims to support a community layout that does not exist: ortho_3x11
* error log cleanup: bpiphany/frosty_flake
☒ keyboards/bpiphany/frosty_flake/frosty_flake.h: LAYOUT_tkl_ansi: Nested layout macro detected. Matrix data not available!
* error log cleanup: bpiphany/pegasushoof/2013
☒ keyboards/bpiphany/pegasushoof/2013/2013.h: LAYOUT_tkl_ansi: Nested layout macro detected. Matrix data not available!
* error cleanup: bpiphany/pegasushoof/2015
☒ keyboards/bpiphany/pegasushoof/2015/2015.h: LAYOUT_tkl_ansi: Nested layout macro detected. Matrix data not available!
☒ keyboards/bpiphany/pegasushoof/2015/2015.h: LAYOUT_tkl_iso: Nested layout macro detected. Matrix data not available!
* error log cleanup: 40percentclub
☒ 40percentclub/25: Claims to support a community layout that does not exist: ortho_5x10
☒ 40percentclub/5x5: Claims to support a community layout that does not exist: ortho_5x10
* error cleanup: converter/usb_usb
☒ keyboards/converter/usb_usb/usb_usb.h: LAYOUT_ansi: Nested layout macro detected. Matrix data not available!
☒ keyboards/converter/usb_usb/usb_usb.h: LAYOUT_iso: Nested layout macro detected. Matrix data not available!
☒ keyboards/converter/usb_usb/usb_usb.h: LAYOUT_jis: Nested layout macro detected. Matrix data not available!
☒ keyboards/converter/usb_usb/usb_usb.h: LAYOUT_ansi: Nested layout macro detected. Matrix data not available!
☒ keyboards/converter/usb_usb/usb_usb.h: LAYOUT_iso: Nested layout macro detected. Matrix data not available!
☒ keyboards/converter/usb_usb/usb_usb.h: LAYOUT_jis: Nested layout macro detected. Matrix data not available!
☒ keyboards/converter/usb_usb/usb_usb.h: LAYOUT_ansi: Nested layout macro detected. Matrix data not available!
☒ keyboards/converter/usb_usb/usb_usb.h: LAYOUT_iso: Nested layout macro detected. Matrix data not available!
☒ keyboards/converter/usb_usb/usb_usb.h: LAYOUT_jis: Nested layout macro detected. Matrix data not available!
* error cleanup: ergo42
☒ ergo42/rev1: Claims to support a community layout that does not exist: ortho_4x14
* error cleanup: handwired/412_64
☒ handwired/412_64: Claims to support a community layout that does not exist: ortho_4x16
* error log cleanup: handwired/tritium_numpad
☒ handwired/tritium_numpad: Claims to support a community layout that does not exist: nontra_6x4
* error log cleanup: handwired/xealous/rev1
☒ handwired/xealous/rev1: Claims to support a community layout that does not exist: split60
* error log cleanup: kbdfans/kbd67/rev2
⚠ kbdfans/kbd67/rev2: info.json uses alias name LAYOUT_65_ansi_blocker_splitbs instead of LAYOUT_65_ansi_blocker_split_bs
* error cleanup: keebio/nyquist
☒ keyboards/keebio/nyquist/nyquist.h: LAYOUT_ortho_4x12: Nested layout macro detected. Matrix data not available!
☒ keyboards/keebio/nyquist/nyquist.h: LAYOUT_ortho_4x12: Nested layout macro detected. Matrix data not available!
☒ keyboards/keebio/nyquist/nyquist.h: LAYOUT_ortho_4x12: Nested layout macro detected. Matrix data not available!
* error cleanup: kindakeyboards/conone65
☒ kindakeyboards/conone65: Claims to support a community layout that does not exist: 65_iso_split_bs
* error cleanup: latinpadble
☒ latinpadble: Claims to support a community layout that does not exist: pad
* error cleanup: masterworks/classy_tkl/rev_a
☒ masterworks/classy_tkl/rev_a: Claims to support a community layout that does not exist: tkl_ansi_wkl
* error cleanup: meira
⚠ meira/featherble: info.json uses alias name LAYOUT_ortho_4x12 instead of LAYOUT
⚠ meira/promicro: info.json uses alias name LAYOUT_ortho_4x12 instead of LAYOUT
* error cleanup: nopunin10did/jabberwocky
⚠ nopunin10did/jabberwocky: MANUFACTURER in config.h is overwriting manufacturer in info.json
* error cleanup: ok60
☒ ok60: Claims to support a community layout that does not exist: 60_ansi_split_bksp_rshift
* error cleanup: ok60
☒ ok60: Claims to support a community layout that does not exist: 60_ansi_split_bksp_rshift
* error cleanup: planck
☒ keyboards/planck/ez/ez.h: LAYOUT_ortho_4x12: Nested layout macro detected. Matrix data not available!
☒ keyboards/planck/ez/ez.h: LAYOUT_ortho_4x12: Nested layout macro detected. Matrix data not available!
⚠ planck/thk: DEBOUNCE in config.h is overwriting debounce in info.json
⚠ planck/thk: DEVICE_VER in config.h is overwriting usb.device_ver in info.json
⚠ planck/thk: DIODE_DIRECTION in config.h is overwriting diode_direction in info.json
⚠ planck/thk: MANUFACTURER in config.h is overwriting manufacturer in info.json
⚠ planck/thk: PRODUCT_ID in config.h is overwriting usb.pid in info.json
⚠ planck/thk: VENDOR_ID in config.h is overwriting usb.vid in info.json
⚠ planck/thk: QMK_ESC_OUTPUT in config.h is overwriting qmk_lufa_bootloader.esc_output in info.json
⚠ planck/thk: QMK_ESC_INPUT in config.h is overwriting qmk_lufa_bootloader.esc_input in info.json
⚠ planck/thk: QMK_LED in config.h is overwriting qmk_lufa_bootloader.led in info.json
⚠ planck/thk: QMK_SPEAKER in config.h is overwriting qmk_lufa_bootloader.speaker in info.json
⚠ planck/thk: Matrix pins are specified in both info.json and config.h, the config.h values win.
⚠ planck/thk: LAYOUTS in rules.mk is overwriting community_layouts in info.json
⚠ planck/thk: Feature mousekey is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature extrakey is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature console is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature command is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature sleep_led is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature nkro is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature backlight is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature rgblight is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature bluetooth is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature audio is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature encoder is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature dip_switch is specified in both info.json and rules.mk, the rules.mk value wins.
⚠ planck/thk: Feature bootmagic_lite is specified in both info.json and rules.mk, the rules.mk value wins.
* error cleanup: primekb/prime_m
☒ primekb/prime_m: Claims to support a community layout that does not exist: ortho_5x6
* error cleanup: rgbkb/sol/rev2
⚠ rgbkb/sol/rev2: RGBLED_NUM->rgblight.led_count: invalid literal for int() with base 10: '(BACKLIGHT_LEDS + FULLHAND_LEDS)'
* error log cleanup: shk9
☒ shk9: Claims to support a community layout that does not exist: ortho_3x3
* error log cleanup: sowbug
⚠ sowbug/68keys: RGBLED_NUM->rgblight.led_count: invalid literal for int() with base 10: 'DRIVER_LED_TOTAL'
⚠ sowbug/ansi_tkl: RGBLED_NUM->rgblight.led_count: invalid literal for int() with base 10: '(DRIVER_LED_TOTAL)'
* error log cleanup: torn
☒ torn: Claims to support a community layout that does not exist: split_3x6_4
* error cleanup: ymdk/np24/u4rgb6
☒ ymdk/np24/u4rgb6: Claims to support a community layout that does not exist: ortho_4x6
* error cleanup: masterworks/classy_tkl/rev_a
☒ masterworks/classy_tkl/rev_a: Claims to support a community layout that does not exist: tkl_iso_wkl
2021-06-26 15:38:14 +00:00
|
|
|
"LAYOUT_65_ansi_blocker_split_bs": {
|
2020-03-25 21:51:05 +00:00
|
|
|
"layout": [
|
2023-04-04 05:20:10 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 14, "y": 0},
|
|
|
|
{"matrix": [0, 15], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 14], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 15], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 2], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
{"matrix": [2, 15], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 14], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 15], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 11], "x": 11.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 13], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 15], "x": 15, "y": 4}
|
|
|
|
]
|
2020-03-25 21:51:05 +00:00
|
|
|
},
|
2021-02-28 05:50:54 +00:00
|
|
|
"LAYOUT_65_ansi_split_bs": {
|
|
|
|
"layout": [
|
2023-04-04 05:20:10 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 14, "y": 0},
|
|
|
|
{"matrix": [0, 15], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 14], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 15], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 2], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
{"matrix": [2, 15], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 14], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 15], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4},
|
|
|
|
{"matrix": [4, 12], "x": 12, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 15], "x": 15, "y": 4}
|
|
|
|
]
|
2021-02-28 05:50:54 +00:00
|
|
|
},
|
2022-08-11 01:48:12 +00:00
|
|
|
"LAYOUT_65_ansi_rwkl_split_bs": {
|
2021-06-16 03:34:00 +00:00
|
|
|
"layout": [
|
2023-04-04 05:20:10 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 14, "y": 0},
|
|
|
|
{"matrix": [0, 15], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 14], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 15], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 2], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
{"matrix": [2, 15], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 14], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 15], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 12], "x": 11.5, "y": 4, "w": 1.5},
|
|
|
|
{"matrix": [4, 13], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 15], "x": 15, "y": 4}
|
|
|
|
]
|
2021-06-16 03:34:00 +00:00
|
|
|
},
|
2019-10-22 13:44:50 +00:00
|
|
|
"LAYOUT_65_iso": {
|
|
|
|
"layout": [
|
2023-04-04 05:20:10 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 13, "y": 0, "w": 2},
|
|
|
|
{"matrix": [0, 15], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 15], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 2], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [1, 14], "x": 12.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 13.75, "y": 1, "w": 1.25, "h": 2},
|
|
|
|
{"matrix": [2, 15], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
|
|
|
|
{"matrix": [3, 1], "x": 1.25, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 14], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 15], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4},
|
|
|
|
{"matrix": [4, 12], "x": 12, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 15], "x": 15, "y": 4}
|
2019-10-22 13:44:50 +00:00
|
|
|
]
|
2021-06-04 03:02:35 +00:00
|
|
|
},
|
2022-07-13 04:37:23 +00:00
|
|
|
"LAYOUT_65_iso_split_bs": {
|
|
|
|
"layout": [
|
2023-04-04 05:20:10 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 13], "x": 13, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 14, "y": 0},
|
|
|
|
{"matrix": [0, 15], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 15], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 2], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [1, 14], "x": 12.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 13.75, "y": 1, "w": 1.25, "h": 2},
|
|
|
|
{"matrix": [2, 15], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
|
|
|
|
{"matrix": [3, 1], "x": 1.25, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 14], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 15], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 6], "x": 3.75, "y": 4, "w": 6.25},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4},
|
|
|
|
{"matrix": [4, 12], "x": 12, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 15], "x": 15, "y": 4}
|
2022-07-13 04:37:23 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"LAYOUT_65_iso_split_space": {
|
|
|
|
"layout": [
|
2023-04-04 05:20:10 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 13, "y": 0, "w": 2},
|
|
|
|
{"matrix": [0, 15], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 15], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 2], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [1, 14], "x": 12.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 13.75, "y": 1, "w": 1.25, "h": 2},
|
|
|
|
{"matrix": [2, 15], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 1.25},
|
|
|
|
{"matrix": [3, 1], "x": 1.25, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 14], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 15], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 4], "x": 3.75, "y": 4, "w": 2.25},
|
|
|
|
{"matrix": [4, 6], "x": 6, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 8], "x": 7.25, "y": 4, "w": 2.75},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4},
|
|
|
|
{"matrix": [4, 12], "x": 12, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 15], "x": 15, "y": 4}
|
2022-07-13 04:37:23 +00:00
|
|
|
]
|
|
|
|
},
|
2021-06-04 03:02:35 +00:00
|
|
|
"LAYOUT_65_ansi_split_space": {
|
|
|
|
"layout": [
|
2023-04-04 05:20:10 +00:00
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
{"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
|
{"matrix": [0, 4], "x": 4, "y": 0},
|
|
|
|
{"matrix": [0, 5], "x": 5, "y": 0},
|
|
|
|
{"matrix": [0, 6], "x": 6, "y": 0},
|
|
|
|
{"matrix": [0, 7], "x": 7, "y": 0},
|
|
|
|
{"matrix": [0, 8], "x": 8, "y": 0},
|
|
|
|
{"matrix": [0, 9], "x": 9, "y": 0},
|
|
|
|
{"matrix": [0, 10], "x": 10, "y": 0},
|
|
|
|
{"matrix": [0, 11], "x": 11, "y": 0},
|
|
|
|
{"matrix": [0, 12], "x": 12, "y": 0},
|
|
|
|
{"matrix": [0, 14], "x": 13, "y": 0, "w": 2},
|
|
|
|
{"matrix": [0, 15], "x": 15, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 2], "x": 1.5, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 2.5, "y": 1},
|
|
|
|
{"matrix": [1, 4], "x": 3.5, "y": 1},
|
|
|
|
{"matrix": [1, 5], "x": 4.5, "y": 1},
|
|
|
|
{"matrix": [1, 6], "x": 5.5, "y": 1},
|
|
|
|
{"matrix": [1, 7], "x": 6.5, "y": 1},
|
|
|
|
{"matrix": [1, 8], "x": 7.5, "y": 1},
|
|
|
|
{"matrix": [1, 9], "x": 8.5, "y": 1},
|
|
|
|
{"matrix": [1, 10], "x": 9.5, "y": 1},
|
|
|
|
{"matrix": [1, 11], "x": 10.5, "y": 1},
|
|
|
|
{"matrix": [1, 12], "x": 11.5, "y": 1},
|
|
|
|
{"matrix": [1, 13], "x": 12.5, "y": 1},
|
|
|
|
{"matrix": [1, 14], "x": 13.5, "y": 1, "w": 1.5},
|
|
|
|
{"matrix": [1, 15], "x": 15, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2, "w": 1.75},
|
|
|
|
{"matrix": [2, 2], "x": 1.75, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 2.75, "y": 2},
|
|
|
|
{"matrix": [2, 4], "x": 3.75, "y": 2},
|
|
|
|
{"matrix": [2, 5], "x": 4.75, "y": 2},
|
|
|
|
{"matrix": [2, 6], "x": 5.75, "y": 2},
|
|
|
|
{"matrix": [2, 7], "x": 6.75, "y": 2},
|
|
|
|
{"matrix": [2, 8], "x": 7.75, "y": 2},
|
|
|
|
{"matrix": [2, 9], "x": 8.75, "y": 2},
|
|
|
|
{"matrix": [2, 10], "x": 9.75, "y": 2},
|
|
|
|
{"matrix": [2, 11], "x": 10.75, "y": 2},
|
|
|
|
{"matrix": [2, 12], "x": 11.75, "y": 2},
|
|
|
|
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25},
|
|
|
|
{"matrix": [2, 15], "x": 15, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3, "w": 2.25},
|
|
|
|
{"matrix": [3, 2], "x": 2.25, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3.25, "y": 3},
|
|
|
|
{"matrix": [3, 4], "x": 4.25, "y": 3},
|
|
|
|
{"matrix": [3, 5], "x": 5.25, "y": 3},
|
|
|
|
{"matrix": [3, 6], "x": 6.25, "y": 3},
|
|
|
|
{"matrix": [3, 7], "x": 7.25, "y": 3},
|
|
|
|
{"matrix": [3, 8], "x": 8.25, "y": 3},
|
|
|
|
{"matrix": [3, 9], "x": 9.25, "y": 3},
|
|
|
|
{"matrix": [3, 10], "x": 10.25, "y": 3},
|
|
|
|
{"matrix": [3, 11], "x": 11.25, "y": 3},
|
|
|
|
{"matrix": [3, 13], "x": 12.25, "y": 3, "w": 1.75},
|
|
|
|
{"matrix": [3, 14], "x": 14, "y": 3},
|
|
|
|
{"matrix": [3, 15], "x": 15, "y": 3},
|
|
|
|
|
|
|
|
{"matrix": [4, 0], "x": 0, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 1], "x": 1.25, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 3], "x": 2.5, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 4], "x": 3.75, "y": 4, "w": 2.25},
|
|
|
|
{"matrix": [4, 6], "x": 6, "y": 4, "w": 1.25},
|
|
|
|
{"matrix": [4, 8], "x": 7.25, "y": 4, "w": 2.75},
|
|
|
|
{"matrix": [4, 10], "x": 10, "y": 4},
|
|
|
|
{"matrix": [4, 11], "x": 11, "y": 4},
|
|
|
|
{"matrix": [4, 12], "x": 12, "y": 4},
|
|
|
|
{"matrix": [4, 13], "x": 13, "y": 4},
|
|
|
|
{"matrix": [4, 14], "x": 14, "y": 4},
|
|
|
|
{"matrix": [4, 15], "x": 15, "y": 4}
|
2021-06-04 03:02:35 +00:00
|
|
|
]
|
2019-10-22 13:44:50 +00:00
|
|
|
}
|
|
|
|
}
|
2019-05-11 16:24:49 +00:00
|
|
|
}
|