mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 21:32:31 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			45 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Kyria
 | |
| 
 | |
| 
 | |
| 
 | |
| An ergonomical 40% split keyboard
 | |
| 
 | |
| * Keyboard Maintainer: [splitkb.com](https://github.com/splitkb)
 | |
| * Hardware Supported: Pro Micro 5V/16MHz and compatible.
 | |
| * Hardware Availability: [splitkb.com](https://splitkb.com/products/kyria-pcb-kit)
 | |
| 
 | |
| Make example for this keyboard (after setting up your build environment):
 | |
| 
 | |
|     make splitkb/kyria/rev3:default
 | |
| 
 | |
| Example of flashing this keyboard:
 | |
| 
 | |
|     make splitkb/kyria/rev3:default:flash
 | |
| 
 | |
| Replace "rev3" with "rev2" if you have a Kyria of revision 2.x, or "rev1" if you have a Kyria of revision 1.4 or below.
 | |
| Not sure what revision yours is? It is printed on the outer lower edge of the PCB!
 | |
| As a rule of thumb, all Kyrias sold after January 1st 2022 are revision 2.x.
 | |
| 
 | |
| 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).
 | |
| 
 | |
| A build guide for the Kyria can be found at [docs.splitkb.com](https://docs.splitkb.com/hc/en-us/categories/360002241559-Build-Guides). For revision 3.x you want to use the [Aurora build guide](https://docs.splitkb.com/hc/en-us/articles/6269789921564-Aurora-Build-Guide-1-Introduction), for revision 2.x and below you want to use the [Kyria-specific guide](https://docs.splitkb.com/hc/en-us/articles/360010552059-Kyria-Build-Guide-Introduction).
 | |
| 
 | |
| ## Proton C Conversion Guide
 | |
| 
 | |
| 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.
 | |
| 
 | |
| 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.
 | |
| 2. You'll need to do some modding to enable proper support with the Proton C.
 | |
| 
 | |
| 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. 
 | |
| 
 | |
| 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.
 | |
| 
 | |
| 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. 
 | |
| 
 | |
| 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).
 | |
| 
 | |
| Once you've done that, you can solder in the Proton C. and flash it.
 | |
| 
 | |
| 
 | 
