diff options
| author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-05-11 22:56:00 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-05-11 22:56:00 -0700 |
| commit | 831d765b52a7d97ac7294e7c89afc34465a2ec32 (patch) | |
| tree | f4971791045dbdf22168b2ee7de6c6a02c594d0b | |
| parent | 8d46bb9cabb9c8e81c7ca1266d97a0126cc80767 (diff) | |
| download | qmk_firmware-831d765b52a7d97ac7294e7c89afc34465a2ec32.tar.gz qmk_firmware-831d765b52a7d97ac7294e7c89afc34465a2ec32.zip | |
[Keyboard] clarify readme for the growing number of kbd67 revisions (#5844)
* clarify readme for the growing number of kbd67 revisions
* some pr comment nits
| -rw-r--r-- | keyboards/kbdfans/kbd67/hotswap/readme.md | 4 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd67/readme.md | 17 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd67/rev1/readme.md | 4 |
3 files changed, 15 insertions, 10 deletions
diff --git a/keyboards/kbdfans/kbd67/hotswap/readme.md b/keyboards/kbdfans/kbd67/hotswap/readme.md index 6b4070593..bb64c03e3 100644 --- a/keyboards/kbdfans/kbd67/hotswap/readme.md +++ b/keyboards/kbdfans/kbd67/hotswap/readme.md | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # hotswap | 1 | # KBD67 hotswap |
| 2 | 2 | ||
| 3 | A 65% hot swap board with blocker and USB Type C port. | 3 | A 65% hot swap board with blocker and USB Type C port. |
| 4 | 4 | ||
| @@ -8,6 +8,6 @@ Hardware Availability: [KBDFans](https://kbdfans.cn/products/coming-soon-kbd67-m | |||
| 8 | 8 | ||
| 9 | Make example for this keyboard (after setting up your build environment): | 9 | Make example for this keyboard (after setting up your build environment): |
| 10 | 10 | ||
| 11 | make kbd67/hotswap:default | 11 | make kbdfans/kbd67/hotswap:default |
| 12 | 12 | ||
| 13 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | 13 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |
diff --git a/keyboards/kbdfans/kbd67/readme.md b/keyboards/kbdfans/kbd67/readme.md index 6d5f774e6..1fa245881 100644 --- a/keyboards/kbdfans/kbd67/readme.md +++ b/keyboards/kbdfans/kbd67/readme.md | |||
| @@ -1,17 +1,22 @@ | |||
| 1 | # KBD67 | 1 | # KBD67 |
| 2 | 2 | ||
| 3 | A 65% keyboard sold in two variants. Rev1 was a typical keyboard that had to be soldered together, supporting multiple layouts. | 3 | A 65% keyboard sold in three variants. |
| 4 | Months later, a new version with hotswap was sold. **Firmware files from one, will not work on the other.** Please use the `.hex` appropriate for your board. | 4 | 1. Rev1: Typical keyboard that had to be soldered together, supporting multiple layouts. |
| 5 | 2. HotSwap: Released in late 2018, Hotswap single layout keyboard. | ||
| 6 | 3. Rev2: Released in April/May 2019, the Rev2 also needs to be soldered together and supports multiple layouts. | ||
| 5 | 7 | ||
| 6 | The rev1 PCB for the KBD67 is sold under the name "KBD65." | 8 | **Firmware files are SPECIFIC to each board. Firmware files from one, will not work on the other.** Please use the `.hex` appropriate for your board. |
| 9 | |||
| 10 | The rev1 PCB is sold under the name "KBD65". | ||
| 7 | 11 | ||
| 8 | Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) | 12 | Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) |
| 9 | Hardware Supported: KBD67 | 13 | Hardware Supported: KBD67 rev1, rev2, hotswap |
| 10 | Hardware Availability: KBDFans | 14 | Hardware Availability: KBDFans |
| 11 | 15 | ||
| 12 | Make example for this keyboard (after setting up your build environment): | 16 | Make examples for this keyboard (after setting up your build environment): |
| 13 | 17 | ||
| 14 | make kbdfans/kbd67/rev1:default | 18 | make kbdfans/kbd67/rev1:default |
| 19 | make kbdfans/kbd67/rev2:default | ||
| 15 | make kbdfans/kbd67/hotswap:default | 20 | make kbdfans/kbd67/hotswap:default |
| 16 | 21 | ||
| 17 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | 22 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |
diff --git a/keyboards/kbdfans/kbd67/rev1/readme.md b/keyboards/kbdfans/kbd67/rev1/readme.md index 9074557cb..1d92a41f7 100644 --- a/keyboards/kbdfans/kbd67/rev1/readme.md +++ b/keyboards/kbdfans/kbd67/rev1/readme.md | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # kbd67 | 1 | # KBD67 rev1 |
| 2 | 2 | ||
| 3 | 65% keyboard with blocker. | 3 | 65% keyboard with blocker. |
| 4 | 4 | ||
| @@ -8,6 +8,6 @@ Hardware Availability: KBDFans [Keyboard Kit](https://kbdfans.cn/products/coming | |||
| 8 | 8 | ||
| 9 | Make example for this keyboard (after setting up your build environment): | 9 | Make example for this keyboard (after setting up your build environment): |
| 10 | 10 | ||
| 11 | make kbd67/rev1:default | 11 | make kbdfans/kbd67/rev1:default |
| 12 | 12 | ||
| 13 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). | 13 | See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). |
