mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
* refactor cstc40, add rev3 fxtwink variant * cleanup readmes * readme nitpick * add cstc40 aliases * format-json * add communty_layouts per code review * touch copied legacy files for newline * fix LED flags * update readme files per code review
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# CSTC40
|
|
|
|
## This keyboard has 3 known hardware revisions, please be sure to flash the correct firmware for your PCB
|
|
|
|
A 40% hotswap ortholinear RGB keyboard from KP Republic
|
|
|
|
### Revision 1: "daughterboard"
|
|
|
|
* STM32F402RCT6 MCU with IS31FL3733 LED driver, using `stm32-dfu` bootloader. Uses a separate daughterboard for USB connection.
|
|
|
|
* Upon entering bootloader mode QMK Toolbox will display this message:
|
|
`STM32 DFU device connected (WinUSB): STMicroelectronics STM32 BOOTLOADER (0483:DF11:2200)`
|
|
|
|
### Revision 2: "single pcb"
|
|
|
|
* STM32F402RCT6 MCU with IS31FL3733 LED driver, using `stm32-dfu` bootloader. Integrated USB connection.
|
|
|
|
* Upon entering bootloader mode QMK Toolbox will display this message:
|
|
`STM32 DFU device connected (WinUSB): STMicroelectronics STM32 BOOTLOADER (0483:DF11:2200)`
|
|
|
|
### Revision 3: "FXTwink single pcb"
|
|
|
|
* STM32F402RCT6 MCU without separate LED driver, using `tinyuf2` bootloader. Integrated USB connection.
|
|
|
|
* Upon entering bootloader mode the board will appear in your computer's file system as a new USB mass storage device.
|