2019-10-22 04:27:26 +02:00
|
|
|
{
|
2022-03-14 00:54:49 +01:00
|
|
|
"keyboard_name": "4pack",
|
|
|
|
"manufacturer": "40percentclub",
|
|
|
|
"url": "",
|
|
|
|
"maintainer": "qmk",
|
|
|
|
"usb": {
|
|
|
|
"vid": "0x4025",
|
|
|
|
"pid": "0x0000",
|
|
|
|
"device_version": "0.0.1"
|
|
|
|
},
|
2023-02-21 02:05:40 +01:00
|
|
|
"backlight": {
|
2023-07-21 01:27:55 +02:00
|
|
|
"driver": "timer",
|
2023-02-21 02:05:40 +01:00
|
|
|
"pins": ["F6", "F7"]
|
|
|
|
},
|
2023-02-08 08:41:46 +01:00
|
|
|
"processor": "atmega32u4",
|
|
|
|
"bootloader": "caterina",
|
2024-03-14 04:57:48 +01:00
|
|
|
"features": {
|
|
|
|
"backlight": true,
|
|
|
|
"bootmagic": false,
|
|
|
|
"command": false,
|
|
|
|
"console": false,
|
|
|
|
"extrakey": true,
|
|
|
|
"mousekey": false,
|
|
|
|
"nkro": false
|
|
|
|
},
|
2023-02-14 08:39:41 +01:00
|
|
|
"matrix_pins": {
|
|
|
|
"direct": [
|
|
|
|
["E6", "D7", "C6", "D4"]
|
|
|
|
]
|
|
|
|
},
|
2019-10-22 04:27:26 +02:00
|
|
|
"layouts": {
|
|
|
|
"LAYOUT": {
|
2023-02-19 08:55:12 +01:00
|
|
|
"layout": [
|
2023-05-03 04:19:34 +02: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]}
|
2023-02-19 08:55:12 +01:00
|
|
|
]
|
2019-10-22 04:27:26 +02:00
|
|
|
}
|
|
|
|
}
|
2021-09-12 06:04:56 +02:00
|
|
|
}
|