* Added keymap for Rorschach * Rorschach update * Minor updates to Kinesis files * Minor fixes * Minor fixes for Rorschach
		
			
				
	
	
		
			15 lines
		
	
	
		
			221 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			221 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef CONFIG_USER_H
 | 
						|
#define CONFIG_USER_H
 | 
						|
 | 
						|
 | 
						|
#include "../../config.h"
 | 
						|
 | 
						|
// place overrides here
 | 
						|
#define PREVENT_STUCK_MODIFIERS
 | 
						|
#define IGNORE_MOD_TAP_INTERRUPT
 | 
						|
#define TAPPING_TERM 175
 | 
						|
#define TAPPING_TOGGLE 2
 | 
						|
 | 
						|
 | 
						|
#endif
 |