2021-03-05 04:25:19 +00:00
|
|
|
{
|
2022-08-15 03:30:12 +00:00
|
|
|
"usb": {
|
|
|
|
"device_version": "0.0.6"
|
|
|
|
},
|
2023-03-10 13:00:24 +00:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["D7", "E6", "B4", "B5"],
|
|
|
|
"rows": ["F4", "F5", "F6", "F7"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-02-25 22:45:12 +00:00
|
|
|
"encoder": {
|
|
|
|
"rotary": [
|
|
|
|
{"pin_a": "C6", "pin_b": "D4"},
|
|
|
|
{"pin_a": "D0", "pin_b": "D1"}
|
|
|
|
]
|
|
|
|
},
|
2023-02-16 21:49:49 +00:00
|
|
|
"bootmagic": {
|
|
|
|
"matrix": [3, 0]
|
|
|
|
},
|
2023-02-08 07:41:46 +00:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2024-04-13 05:33:49 +00:00
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"console": true,
|
|
|
|
"encoder": true,
|
|
|
|
"key_lock": true
|
|
|
|
},
|
2021-03-05 04:25:19 +00:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
|
|
|
"layout": [
|
2023-04-05 05:46:59 +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": [1, 0], "x": 0, "y": 1},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1},
|
|
|
|
{"matrix": [1, 3], "x": 3, "y": 1},
|
|
|
|
|
|
|
|
{"matrix": [2, 0], "x": 0, "y": 2},
|
|
|
|
{"matrix": [2, 1], "x": 1, "y": 2},
|
|
|
|
{"matrix": [2, 2], "x": 2, "y": 2},
|
|
|
|
{"matrix": [2, 3], "x": 3, "y": 2},
|
|
|
|
|
|
|
|
{"matrix": [3, 0], "x": 0, "y": 3},
|
|
|
|
{"matrix": [3, 1], "x": 1, "y": 3},
|
|
|
|
{"matrix": [3, 2], "x": 2, "y": 3},
|
|
|
|
{"matrix": [3, 3], "x": 3, "y": 3}
|
2021-03-05 04:25:19 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|