forked from mirrors/qmk_userspace
Tidy up use of CTPC (#19570)
This commit is contained in:
parent
6576127b4c
commit
b61654fb95
9 changed files with 10 additions and 13 deletions
|
|
@ -14,7 +14,7 @@ The laser cutting file is ideal for Ponoko's P1 board size.
|
|||
|
||||
If you want to reflash the pre-installed firmware, use the `.bin` file for Proton C and the `.hex` file for Pro Micro builds. Flash with the QMK Toolbox or via the command line.
|
||||
|
||||
Building for Proton C: `make ckeys/handwire_101:default CTPC=yes`
|
||||
Building for Proton C: `make ckeys/handwire_101:default CONVERT_TO=proton_c`
|
||||
Building for Pro Micro: `make ckeys/handwire_101:default`
|
||||
|
||||
Pre-built firmware files (and laser cutting case files) can be found here: https://github.com/c-keys/handwire
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
MOUSEKEY_ENABLE = yes
|
||||
ifneq (, $(findstring rev1, $(KEYBOARD)))
|
||||
CTPC = yes
|
||||
CONVERT_TO=proton_c
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
CTPC=yes
|
||||
CONVERT_TO=proton_c
|
||||
CONSOLE_ENABLE = yes # Console for debug
|
||||
COMMAND_ENABLE = yes # Commands for debug and configuration
|
||||
AUDIO_ENABLE = yes
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
CTPC = yes
|
||||
CONVERT_TO=proton_c
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ To compile and flash to the board:
|
|||
|
||||
If you want to use this with a Proton C, do this instead:
|
||||
|
||||
make shapeshifter4060:debug CTPC=yes
|
||||
make shapeshifter4060:debug CONVERT_TO=proton_c
|
||||
|
||||
To just compile:
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Make example for this keyboard (after setting up your build environment):
|
|||
|
||||
For use with the Proton C
|
||||
|
||||
make shapeshifter4060:default CTPC=yes
|
||||
make shapeshifter4060:default CONVERT_TO=proton_c
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue