mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-25 00:00:51 +00:00
* Add Keychron C3 Pro variants * Update to upstream standards * Apply suggestions from code review Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> * Reformatted `keyboard.json` for `red`/`rgb` and `c3_pro.c` * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/keychron/c3_pro/ansi/red/config.h Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Add C Pro V2 variants * remove boards by accident --------- Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
27 lines
585 B
JSON
27 lines
585 B
JSON
{
|
|
"manufacturer": "Keychron",
|
|
"maintainer": "Joe",
|
|
"bootloader": "stm32-dfu",
|
|
"community_layouts": ["tkl_ansi"],
|
|
"diode_direction": "ROW2COL",
|
|
"eeprom": {
|
|
"wear_leveling": {
|
|
"backing_size": 4096
|
|
}
|
|
},
|
|
"features": {
|
|
"bootmagic": true,
|
|
"command": false,
|
|
"console": false,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"nkro": true
|
|
},
|
|
"processor": "STM32F401",
|
|
"url": "https://github.com/Keychron",
|
|
"usb": {
|
|
"device_version": "1.0.1",
|
|
"vid": "0x3434"
|
|
}
|
|
}
|