diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2021-11-18 05:37:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 08:37:23 +1100 |
commit | c5f1e9797ac905c24edc39d1bb12ed2e5537f00a (patch) | |
tree | b6a806f2a1b01544ae9365d61fb21ac2c244ad55 /keyboards/ktec/ergodone | |
parent | cc7600cf0e9c639a325dc1cad18717a218bc820f (diff) | |
download | qmk_firmware-c5f1e9797ac905c24edc39d1bb12ed2e5537f00a.tar.gz qmk_firmware-c5f1e9797ac905c24edc39d1bb12ed2e5537f00a.zip |
rename kprepublic bm keyboards to have a standardized naming format (#15047)
* change missed kprepublic readmes
* fix xiudi readmes
* initial change, see pr description
* change readmes
* changes names in readmes and device descriptors
Diffstat (limited to 'keyboards/ktec/ergodone')
-rw-r--r-- | keyboards/ktec/ergodone/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ktec/ergodone/readme.md b/keyboards/ktec/ergodone/readme.md index 7998a274f0..c06222b286 100644 --- a/keyboards/ktec/ergodone/readme.md +++ b/keyboards/ktec/ergodone/readme.md @@ -25,4 +25,4 @@ The ErgoDone uses a customized HID bootloader rather than the Teensy one. It doe ![Ergodone Flash Mode](https://i.imgur.com/sNivAnr.jpg) 2. To flash the .hex file, use the `hid_bootloader_cli` utlity from the [TKG Toolkit](https://github.com/kairyu/tkg-toolkit) (as of 2017-10-03, only [this old version](https://github.com/kairyu/tkg-toolkit/blob/b14c67ca8bc84c07e5fc6b2e01ae4002b808243a/windows/bin/hid_bootloader_cli.exe) works under Windows): - hid_bootloader_cli -mmcu=atmega32u4 ergodone_default.hex + hid_bootloader_cli -mmcu=atmega32u4 ktec_ergodone_default.hex |