29 lines
628 B
JSON
29 lines
628 B
JSON
{
|
|
"keyboard_name": "Scylla Elite-C",
|
|
"usb": {
|
|
"device_version": "1.0.0"
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"mousekey": true,
|
|
"extrakey": true,
|
|
"rgb_matrix": true
|
|
},
|
|
"ws2812": {
|
|
"pin": "D2"
|
|
},
|
|
"rgb_matrix": {
|
|
"driver": "ws2812"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B4", "E6", "C6", "B1", "B3", "B2"],
|
|
"rows": ["D7", "B5", "F7", "F6", "B6"]
|
|
},
|
|
"diode_direction": "ROW2COL",
|
|
"split": {
|
|
"enabled": true,
|
|
"soft_serial_pin": "D0"
|
|
},
|
|
"processor": "atmega32u4",
|
|
"bootloader": "atmel-dfu"
|
|
}
|