2020-06-05 00:48:58 -07:00
|
|
|
{
|
2022-07-25 17:52:18 -07:00
|
|
|
"keyboard_name": "Macro Pad 8",
|
|
|
|
"manufacturer": "ANAVI",
|
2020-06-05 00:48:58 -07:00
|
|
|
"url": "",
|
|
|
|
"maintainer": "leon-anavi",
|
2022-07-25 17:52:18 -07:00
|
|
|
"usb": {
|
2023-02-25 13:37:57 -08:00
|
|
|
"vid": "0xCEEB",
|
|
|
|
"pid": "0x0001",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
|
|
|
"backlight": {
|
|
|
|
"pin": "D7",
|
|
|
|
"breathing": true
|
|
|
|
},
|
2023-06-15 21:04:45 -07:00
|
|
|
"rgblight": {
|
2023-06-24 00:37:54 -07:00
|
|
|
"hue_steps": 10,
|
2023-06-17 21:39:07 -07:00
|
|
|
"led_count": 4,
|
2023-06-15 21:04:45 -07:00
|
|
|
"sleep": true
|
|
|
|
},
|
2023-04-06 01:00:54 -07:00
|
|
|
"ws2812": {
|
|
|
|
"pin": "F4"
|
|
|
|
},
|
2023-02-07 23:41:46 -08:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2023-02-13 23:39:41 -08:00
|
|
|
"matrix_pins": {
|
|
|
|
"direct": [
|
|
|
|
["D4", "F6", "B5", "E6"],
|
|
|
|
["F5", "F7", "B4", "C6"]
|
|
|
|
]
|
|
|
|
},
|
2020-06-05 00:48:58 -07:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT_ortho_2x4": {
|
2023-02-18 23:55:12 -08:00
|
|
|
"layout": [
|
2023-05-02 19:19:34 -07:00
|
|
|
{"x": 0, "y": 0, "matrix": [0, 0]},
|
|
|
|
{"x": 1, "y": 0, "matrix": [0, 1]},
|
|
|
|
{"x": 2, "y": 0, "matrix": [0, 2]},
|
|
|
|
{"x": 3, "y": 0, "matrix": [0, 3]},
|
|
|
|
{"x": 0, "y": 1, "matrix": [1, 0]},
|
|
|
|
{"x": 1, "y": 1, "matrix": [1, 1]},
|
|
|
|
{"x": 2, "y": 1, "matrix": [1, 2]},
|
|
|
|
{"x": 3, "y": 1, "matrix": [1, 3]}
|
2023-02-18 23:55:12 -08:00
|
|
|
]
|
2020-06-05 00:48:58 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|