mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			188 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			188 B
		
	
	
	
		
			Modula-2
		
	
	
	
	
	
| // KEYCODE, Reverseit kc, KC to send, KC to send in reverse, MODs to apply.
 | |
| SWAPPER_KEY(SW_WIN, SW_REV, KC_TAB, S(KC_TAB), KC_LALT)
 | |
| SWAPPER_KEY(SW_TAB, SW_REV, KC_TAB, S(KC_TAB), KC_LCTL)
 | 
