aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-05-11 22:56:00 -0700
committerDrashna Jaelre <drashna@live.com>2019-05-11 22:56:00 -0700
commit831d765b52a7d97ac7294e7c89afc34465a2ec32 (patch)
treef4971791045dbdf22168b2ee7de6c6a02c594d0b
parent8d46bb9cabb9c8e81c7ca1266d97a0126cc80767 (diff)
downloadqmk_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.md4
-rw-r--r--keyboards/kbdfans/kbd67/readme.md17
-rw-r--r--keyboards/kbdfans/kbd67/rev1/readme.md4
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
3A 65% hot swap board with blocker and USB Type C port. 3A 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
9Make example for this keyboard (after setting up your build environment): 9Make 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
13See 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). 13See 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
3A 65% keyboard sold in two variants. Rev1 was a typical keyboard that had to be soldered together, supporting multiple layouts. 3A 65% keyboard sold in three variants.
4Months 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. 41. Rev1: Typical keyboard that had to be soldered together, supporting multiple layouts.
52. HotSwap: Released in late 2018, Hotswap single layout keyboard.
63. Rev2: Released in April/May 2019, the Rev2 also needs to be soldered together and supports multiple layouts.
5 7
6The 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
10The rev1 PCB is sold under the name "KBD65".
7 11
8Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin) 12Keyboard Maintainer: [MechMerlin](https://github.com/mechmerlin)
9Hardware Supported: KBD67 13Hardware Supported: KBD67 rev1, rev2, hotswap
10Hardware Availability: KBDFans 14Hardware Availability: KBDFans
11 15
12Make example for this keyboard (after setting up your build environment): 16Make 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
17See 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). 22See 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
365% keyboard with blocker. 365% keyboard with blocker.
4 4
@@ -8,6 +8,6 @@ Hardware Availability: KBDFans [Keyboard Kit](https://kbdfans.cn/products/coming
8 8
9Make example for this keyboard (after setting up your build environment): 9Make 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
13See 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). 13See 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).