mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-28 11:47:32 +06:00
33 lines
695 B
JSON
33 lines
695 B
JSON
{
|
|
"keyboard_name": "TBK Mini STeMCell",
|
|
"usb": {
|
|
"device_version": "2.0.0"
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"mousekey": true,
|
|
"extrakey": true,
|
|
"rgb_matrix": true
|
|
},
|
|
"rgb_matrix": {
|
|
"driver": "ws2812"
|
|
},
|
|
"ws2812": {
|
|
"pin": "A2",
|
|
"driver": "pwm"
|
|
},
|
|
"build": {
|
|
"debounce_type": "asym_eager_defer_pk"
|
|
},
|
|
"matrix_pins": {
|
|
"cols": ["B1", "B2", "A4", "B4", "B5", "B8"],
|
|
"rows": ["B0", "B3", "A15", "B9"]
|
|
},
|
|
"diode_direction": "ROW2COL",
|
|
"split": {
|
|
"enabled": true,
|
|
"soft_serial_pin": "A3"
|
|
},
|
|
"development_board": "stemcell"
|
|
}
|