forked from mirrors/qmk_userspace
Added K17 Max
This commit is contained in:
parent
0d0730bc7a
commit
02bd229bb9
56 changed files with 5559 additions and 0 deletions
44
keyboards/keychron/k17_max/info.json
Normal file
44
keyboards/keychron/k17_max/info.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"keyboard_name": "Keychron K17 Max",
|
||||
"manufacturer": "Keychron",
|
||||
"url": "https://github.com/Keychron",
|
||||
"maintainer": "Keychron",
|
||||
"processor": "STM32F401",
|
||||
"bootloader": "stm32-dfu",
|
||||
"usb": {
|
||||
"vid": "0x3434"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"dip_switch": true,
|
||||
"encoder": true,
|
||||
"encoder_map": true,
|
||||
"nkro": true,
|
||||
"raw": true,
|
||||
"send_string": true
|
||||
},
|
||||
"diode_direction": "ROW2COL",
|
||||
"dip_switch": {
|
||||
"pins": ["B14"]
|
||||
},
|
||||
"eeprom": {
|
||||
"wear_leveling": {
|
||||
"driver": "embedded_flash",
|
||||
"logical_size": 2048,
|
||||
"backing_size": 4096
|
||||
}
|
||||
},
|
||||
"encoder": {
|
||||
"rotary": [
|
||||
{
|
||||
"pin_a": "A8",
|
||||
"pin_b": "C9"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dynamic_keymap": {
|
||||
"layer_count": 4
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue