2019-03-10 21:49:08 -07:00
|
|
|
{
|
|
|
|
"keyboard_name": "hifumi",
|
2022-07-28 06:12:40 -07:00
|
|
|
"manufacturer": "riconken",
|
2019-03-10 21:49:08 -07:00
|
|
|
"url": "https://github.com/zk-phi/1x2x3-keyboard",
|
|
|
|
"maintainer": "riconken",
|
2022-07-28 06:12:40 -07:00
|
|
|
"usb": {
|
|
|
|
"vid": "0xFEED",
|
|
|
|
"pid": "0x3060",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-03-10 03:16:56 -08:00
|
|
|
"matrix_pins": {
|
|
|
|
"cols": ["F4", "F5", "F6"],
|
|
|
|
"rows": ["D4", "C6"]
|
|
|
|
},
|
|
|
|
"diode_direction": "COL2ROW",
|
2023-06-17 21:39:07 -07:00
|
|
|
"rgblight": {
|
2023-06-24 00:37:54 -07:00
|
|
|
"hue_steps": 5,
|
2023-06-17 21:39:07 -07:00
|
|
|
"led_count": 6
|
|
|
|
},
|
2023-04-06 01:00:54 -07:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "D3"
|
|
|
|
},
|
2023-02-07 23:41:46 -08:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2019-03-10 21:49:08 -07:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
2023-04-04 22:46:59 -07:00
|
|
|
"layout": [
|
|
|
|
{"matrix": [0, 0], "x": 0, "y": 0},
|
|
|
|
{"matrix": [0, 1], "x": 1, "y": 0},
|
|
|
|
{"matrix": [0, 2], "x": 2, "y": 0},
|
|
|
|
|
|
|
|
{"matrix": [1, 0], "x": 0, "y": 1},
|
|
|
|
{"matrix": [1, 1], "x": 1, "y": 1},
|
|
|
|
{"matrix": [1, 2], "x": 2, "y": 1}
|
|
|
|
]
|
2019-03-10 21:49:08 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|