blob: 57c38520ffc8b52f6dbbb56b8a4e848d9079add7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"keyboard_name": "Sun Keyboard Converter",
"manufacturer": "QMK",
"maintainer": "qmk",
"usb": {
"vid": "0xFEED",
"pid": "0x3333",
"device_version": "1.0.0"
},
"processor": "atmega32u4",
"bootloader": "lufa-dfu",
"features": {
"bootmagic": false,
"mousekey": true,
"extrakey": true,
"console": true,
"command": true,
"nkro": true
}
}
|