diff options
Diffstat (limited to 'keyboards/splitkb/kyria/readme.md')
-rw-r--r-- | keyboards/splitkb/kyria/readme.md | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/keyboards/splitkb/kyria/readme.md b/keyboards/splitkb/kyria/readme.md index 5ce652589..7ecf3946f 100644 --- a/keyboards/splitkb/kyria/readme.md +++ b/keyboards/splitkb/kyria/readme.md | |||
@@ -10,7 +10,8 @@ Hardware Availability: [splitkb.com](https://splitkb.com) and partners. | |||
10 | 10 | ||
11 | Make example for this keyboard (after setting up your build environment): | 11 | Make example for this keyboard (after setting up your build environment): |
12 | 12 | ||
13 | make splitkb/kyria:default | 13 | make splitkb/kyria/rev1:default |
14 | make splitkb/kyria/rev1/proton_c:default | ||
14 | 15 | ||
15 | Example of flashing this keyboard: | 16 | Example of flashing this keyboard: |
16 | 17 | ||
@@ -19,3 +20,22 @@ Example of flashing this keyboard: | |||
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). | 20 | 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). |
20 | 21 | ||
21 | A build guide for the Kyria can be found at [docs.splitkb.com](https://docs.splitkb.com/hc/en-us/articles/360010552059-Kyria-Build-Guide-Introduction). | 22 | A build guide for the Kyria can be found at [docs.splitkb.com](https://docs.splitkb.com/hc/en-us/articles/360010552059-Kyria-Build-Guide-Introduction). |
23 | |||
24 | ## Proton C Conversion Guide | ||
25 | |||
26 | If you're one of the lucky people to have Proton Cs to use with their Kyria, there are a couple of caveats to getting this working. | ||
27 | |||
28 | 1. You need to have 2x Proton Cs, as you cannot mix and match with Pro Micros or Elite C's. They both need to be Proton Cs. | ||
29 | 2. You'll need to do some modding to enable proper support with the Proton C. | ||
30 | |||
31 | By design, the Kyria uses every available pin on the Pro Micro footprint. This includes using D3 (RX) for RGB. This poses a challenge with using the Proton C, since it needs both the TX and RX pins. The Proton C needs both pins, especially if you plan on using Full Duplex Serial. | ||
32 | |||
33 | To fix this, you need to break off the last header position on the right-hand side on the footprint. This is the `TX0/D3` pad. Leave this pad without a header connected to. | ||
34 | |||
35 | From the A9 pin on the Proton C, you want to run a wire from it to the `SDA + Extra Data` pad near the TRRS jack on the PCB. This will allow for proper, full duplex communication over the TRRS cable. | ||
36 | |||
37 | To get RGB working properly, as well, you want to run a wire from the `A3` pin on the Proton C, next to the GND and DFU pin, right under the USB port. Run this to the `TX0/D3` pad (the one you left without a header pin on the PCB). | ||
38 | |||
39 | Once you've done that, you can solder in the Proton C. and flash it. | ||
40 | |||
41 |  | ||