Added K3 Max

This commit is contained in:
lokher 2024-01-11 16:51:24 +08:00
parent cca8df6939
commit 15a2edc610
56 changed files with 4832 additions and 0 deletions

View file

@ -0,0 +1,36 @@
{
"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,
}