mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-03 18:30:57 +00:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"manufacturer": "skyloong",
|
|
"maintainer": "NaturalZh",
|
|
"bootloader": "stm32duino",
|
|
"debounce": 10,
|
|
"build": {
|
|
"debounce_type": "asym_eager_defer_pk"
|
|
},
|
|
"eeprom": {
|
|
"wear_leveling": {
|
|
"backing_size": 4096
|
|
}
|
|
},
|
|
"encoder": {
|
|
"rotary": [
|
|
{"pin_a": "B6", "pin_b": "B7"}
|
|
]
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"command": true,
|
|
"dip_switch": true,
|
|
"encoder": true,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true,
|
|
"backlight": true
|
|
},
|
|
"indicators": {
|
|
"scroll_lock": "C14",
|
|
"on_state": 0,
|
|
"caps_lock": "C15"
|
|
},
|
|
"dip_switch":{
|
|
"pins":["A15"]
|
|
},
|
|
"matrix_pins": {
|
|
"cols": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,null],
|
|
"rows": ["A0", "A1", "A2", "A3", "A4", "B0"]
|
|
},
|
|
"backlight": {
|
|
"breathing": true,
|
|
"breathing_period": 5,
|
|
"default": {
|
|
"breathing": false
|
|
},
|
|
"driver": "pwm",
|
|
"levels": 20,
|
|
"on_state": 1,
|
|
"pin": "B8"
|
|
},
|
|
"processor": "STM32F103",
|
|
"url": "https://www.skyloong.vip",
|
|
"usb": {
|
|
"max_power": 380,
|
|
"vid": "0x1EA7"
|
|
}
|
|
|
|
}
|