2022-11-15 09:51:44 +01:00
|
|
|
{
|
|
|
|
"keyboard_name": "Scylla STeMCell",
|
|
|
|
"usb": {
|
2022-11-20 21:34:42 +01:00
|
|
|
"device_version": "2.0.0"
|
2023-02-08 08:41:46 +01:00
|
|
|
},
|
2024-04-27 14:26:23 +02:00
|
|
|
"features": {
|
|
|
|
"bootmagic": true,
|
|
|
|
"mousekey": true,
|
|
|
|
"extrakey": true,
|
|
|
|
"rgb_matrix": true
|
|
|
|
},
|
2023-04-08 10:08:08 +02:00
|
|
|
"rgb_matrix": {
|
2023-08-23 02:00:03 +02:00
|
|
|
"driver": "ws2812"
|
2023-04-08 10:08:08 +02:00
|
|
|
},
|
2023-03-26 09:22:12 +02:00
|
|
|
"ws2812": {
|
2024-03-20 20:51:01 +01:00
|
|
|
"pin": "A2",
|
2023-03-26 09:22:12 +02:00
|
|
|
"driver": "pwm"
|
|
|
|
},
|
2023-07-09 13:06:03 +02:00
|
|
|
"build": {
|
|
|
|
"debounce_type": "asym_eager_defer_pk"
|
|
|
|
},
|
2023-03-10 14:00:24 +01:00
|
|
|
"matrix_pins": {
|
2024-03-20 20:51:01 +01:00
|
|
|
"cols": ["B1", "B2", "A4", "B4", "B5", "B8"],
|
|
|
|
"rows": ["B10", "B0", "B3", "A15", "B9"]
|
2023-03-10 14:00:24 +01:00
|
|
|
},
|
|
|
|
"diode_direction": "ROW2COL",
|
2023-02-17 06:40:49 +01:00
|
|
|
"split": {
|
2024-04-12 05:22:15 +02:00
|
|
|
"enabled": true,
|
2024-03-20 20:51:01 +01:00
|
|
|
"soft_serial_pin": "A3"
|
2023-02-17 06:40:49 +01:00
|
|
|
},
|
2024-03-20 20:51:01 +01:00
|
|
|
"development_board": "stemcell"
|
2022-11-15 09:51:44 +01:00
|
|
|
}
|