qmk_userspace/keyboards/keychron/k3_max/info.json
2024-01-11 16:51:24 +08:00

36 lines
945 B
JSON

{
"keyboard_name": "Keychron K3 Max",
"manufacturer": "Keychron",
"url": "https://github.com/Keychron",
"maintainer": "lokher",
"processor": "STM32F401",
"bootloader": "stm32-dfu",
"usb": {
"vid": "0x3434"
},
"features": {
"bootmagic": true,
"extrakey" : true,
"mousekey" : true,
"dip_switch" : true,
"nkro" : true,
"raw" : true,
"sendstring" : true
},
"matrix_pins": {
"cols": ["C6", "C7", "C8", "A14", "A15", "C10", "C11", "C13", "C14", "C15", "C0", "C1", "C2", "C3", "A0", "A1"],
"rows": ["C12", "D2", "B3", "B4", "B5", "B6"]
},
"diode_direction": "ROW2COL",
"eeprom": {
"wear_leveling": {
"driver": "embedded_flash",
"logical_size": 2048,
"backing_size": 4096
}
},
"build": {
"debounce_type": "sym_eager_pk"
},
"debounce": 20,
}