|
|
1 yıl önce | |
|---|---|---|
| .. | ||
| pro_h | dcdd037276 Add support for Protagonist PCBs (#22918) | 1 yıl önce |
| pro_s | dcdd037276 Add support for Protagonist PCBs (#22918) | 1 yıl önce |
| readme.md | dcdd037276 Add support for Protagonist PCBs (#22918) | 1 yıl önce |
The Protagonist is a 60% keyboard designed by WiredIn and PCB designed by Gondolindrim, who is also the firwmare maintainer.
The DFU state in the bootloader can be accessed in 3 ways:
RESET; in the default layout, that is top left key ('escape') in layer 1.The Protagonist has two PCB versions: PRO-S (solderable) and PRO-H (hotswap). After checking what PCB you own and setting up your build environment, you can compile the default keymap by using one of the options below.
make wiredin/protagonist/<version>:default
Where <version> can be pro_s or pro_h. And use dfu-util in the command line or through a GUI like QMK toolbox to upload the firmware to the PCB. To directly flash the PCB after it is put into a DFU state, use:
make wiredin/protagonist/<version>:default:flash
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.