* various edits and minor additions * updates * updates * updates * lets_split LEDs off instructions * lets_split LEDs off instructions * turn off lets_split LEDs in userspace * one-hand setup for right side
		
			
				
	
	
		
			10 lines
		
	
	
		
			245 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			245 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| //QMK DFU settings (ProMicro boards)
 | |
| // set top left key as bootloader mode escape key on Gherkin
 | |
| #if defined(KEYBOARD_5x5)
 | |
| #define QMK_LED B0
 | |
| #define QMK_ESC_OUTPUT D7 // usually COL
 | |
| #define QMK_ESC_INPUT B2 // usually ROW
 | |
| #endif
 |