diff options
-rw-r--r-- | keyboards/kbdfans/kbd75/readme.md | 10 | ||||
-rw-r--r-- | keyboards/winkeyless/bmini/readme.md | 8 | ||||
-rw-r--r-- | keyboards/winkeyless/readme.md | 12 |
3 files changed, 21 insertions, 9 deletions
diff --git a/keyboards/kbdfans/kbd75/readme.md b/keyboards/kbdfans/kbd75/readme.md index 89fe27416..09f06a6ad 100644 --- a/keyboards/kbdfans/kbd75/readme.md +++ b/keyboards/kbdfans/kbd75/readme.md | |||
@@ -4,10 +4,12 @@ Keyboard Maintainer: QMK Community | |||
4 | Hardware Supported: KBD75 PCB rev 1 and 2 | 4 | Hardware Supported: KBD75 PCB rev 1 and 2 |
5 | Hardware Availability: https://kbdfans.myshopify.com/products/kbd75-keyboard-set?variant=35638534029 | 5 | Hardware Availability: https://kbdfans.myshopify.com/products/kbd75-keyboard-set?variant=35638534029 |
6 | 6 | ||
7 | The KBD75 has two revisions. Revision 2 has a USB C port and allows a numpad layout. `.hex` files made | 7 | The KBD75 was sold through various rounds, with various PCB changes between them. |
8 | for KBD75 revision 1, will still work for revision 2. `.hex` files made for revision 2 (excluding the numpad) | 8 | |
9 | will also still work on revision 1. Both revisions share the same switch matrix but have switch holes in | 9 | * **Round 1 (2017)**: Black PCB - Bootmapper Client, atmega32a MCU (Use [Winkeyless.kr B.mini](../../winkeyless/bmini/) firmware) |
10 | different areas. | 10 | * **Round 2 (2018)**: White PCB - Bootmapper Client, atmega32a MCU (Use [Winkeyless.kr B.mini](../../winkeyless/bmini/) firmware) |
11 | * **Round 3-5 (2018)**: White PCB - QMK Firmware, atmega32u4 MCU (Use KBD75 rev1 or rev2(without numpad support)) | ||
12 | * **Round 6 (2019)**: White PCB with USB C - QMK Firmware, atmega32u4 MCU (Use KBD75 rev1 or rev2(with numpad support)) | ||
11 | 13 | ||
12 | Make example for this keyboard (after setting up your build environment): | 14 | Make example for this keyboard (after setting up your build environment): |
13 | 15 | ||
diff --git a/keyboards/winkeyless/bmini/readme.md b/keyboards/winkeyless/bmini/readme.md index b8cc85495..0512ed7be 100644 --- a/keyboards/winkeyless/bmini/readme.md +++ b/keyboards/winkeyless/bmini/readme.md | |||
@@ -1,6 +1,8 @@ | |||
1 | # B.mini | 1 | # B.mini |
2 | 2 | ||
3 | A 75% keyboard with RGB | 3 | A 75% keyboard with RGB underglow. |
4 | |||
5 | QMK Firmware is not the official firmware for the B.mini. | ||
4 | 6 | ||
5 | * Keyboard Maintainer: QMK Community | 7 | * Keyboard Maintainer: QMK Community |
6 | * Hardware Supported: B.mini PCB | 8 | * Hardware Supported: B.mini PCB |
@@ -14,6 +16,8 @@ Flashing example for this keyboard ([after setting up the bootloadHID flashing e | |||
14 | 16 | ||
15 | make winkeyless/bmini:default:flash | 17 | make winkeyless/bmini:default:flash |
16 | 18 | ||
17 | **Reset Key**: Hold down the key located at *LOCATION*, commonly programmed as *KEY* while plugging in the keyboard. | 19 | This firmware can be flashed onto the KBDFans KBD75 Round 1 and Round 2 Bootmapper Client boards sold during the 2017 and early 2018 timeframe. |
20 | |||
21 | **Reset Key**: Hold down the bottom left most key located at `K00`, commonly programmed as Left Control while plugging in the keyboard. | ||
18 | 22 | ||
19 | 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). | 23 | 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/winkeyless/readme.md b/keyboards/winkeyless/readme.md index e6cb45fc4..91719f6da 100644 --- a/keyboards/winkeyless/readme.md +++ b/keyboards/winkeyless/readme.md | |||
@@ -1,7 +1,13 @@ | |||
1 | # Winkeyless | 1 | # Winkeyless |
2 | 2 | ||
3 | [Winkeyless](https://www.winkeyless.kr) is a Korean keyboard company popular for creating the Boot Mapper Client (BMC) firmware. Most Winkeyless boards were low profile and constructed out of acrylic showcasing their RGB underglow capabilities. | 3 | [Winkeyless](https://www.winkeyless.kr) is a Korean keyboard company popular for creating the Boot Mapper Client (BMC) firmware. |
4 | 4 | ||
5 | In late 2018, Winkeyless closed its doors due to the numerous unlicensed implementations of its hardware and software. | 5 | Winkeyless used an atmega32a MCU, mini USB B, and utilized the same MCU pins across all their PCBs. Their reset button was always |
6 | tied to pins `A0` and `B0` on the atmega32a MCU. | ||
6 | 7 | ||
7 | This directory contains official Winkeyless boards that have had QMK ported to work with them. | 8 | Most Winkeyless boards were low profile and constructed out of acrylic showcasing their RGB underglow capabilities. |
9 | |||
10 | In late 2018, Winkeyless closed its doors. The numerous unlicensed implementations of its hardware and software were cited as one | ||
11 | of many reasons for shutting down. | ||
12 | |||
13 | This directory contains official Winkeyless boards that have had QMK firmware ported to work with them. | ||