 c966da89da
			
		
	
	
		c966da89da
		
	
	
	
	
		
			
			* basic layout v1.0 * changed KC_TRNS to _______ * most symbols are on double tap, except quote, that was cancer * better formatting and set toggle for game layer * added colors to layers to make knowing your current layer easy * have an empty macro working * enabled unicode * moved stuff to my folder and removed edits from communal files * cleanup * removed the game layer. Never used it * made changes requested by drashna and vomindoraan * got rid of some unnecessary code * got very basic unicode on mac working * added ctrl_esc * more changes as requested by noroadsleft * more leader additions, removed macros because leader stuff replaces that functionality * removed an old macro I forgot to remove earlier * final deletion at noroadsleft request * changed a line to explicitly specify a purple color.
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			C
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			228 B
		
	
	
	
		
			C
		
	
	
		
			Executable file
		
	
	
	
	
| /* tapdance */
 | |
| #define TAPPING_TERM 180 
 | |
| 
 | |
| /* space cadet stuff */
 | |
| #define LSPO_KEY KC_9
 | |
| #define RSPC_KEY KC_0
 | |
| #define DISABLE_SPACE_CADET_ROLLOVER
 | |
| 
 | |
| /* leader stuff */
 | |
| #define LEADER_TIMEOUT 400
 | |
| #define LEADER_PER_KEY_TIMING 300
 |