diff options
author | Joel Challis <git@zvecr.com> | 2023-01-11 22:31:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 22:31:54 +0000 |
commit | b61654fb956947939eb6922735130eb2f65b5f53 (patch) | |
tree | 3de5447d852a1e8cd3fbe2301d70150b79098b25 /keyboards/ckeys | |
parent | 6576127b4c75c540d218527536d3a0d9b1eb5e9a (diff) |
Tidy up use of CTPC (#19570)
Diffstat (limited to 'keyboards/ckeys')
-rwxr-xr-x | keyboards/ckeys/handwire_101/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ckeys/handwire_101/readme.md b/keyboards/ckeys/handwire_101/readme.md index 281fbddc7c..2e152b39ea 100755 --- a/keyboards/ckeys/handwire_101/readme.md +++ b/keyboards/ckeys/handwire_101/readme.md @@ -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 |