mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	* Fix firmware to work with latest Wilba changes (i.e. dynamic keymap) and M60a. * Get back RGB Backlight codes. * More tweaks. * Update users/talljoe/rules.mk Co-Authored-By: Talljoe <jwasson+github@gmail.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			241 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			241 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef USERSPACE_CONFIG_H
 | 
						|
#define USERSPACE_CONFIG_H
 | 
						|
 | 
						|
#define PERMISSIVE_HOLD
 | 
						|
 | 
						|
#define RESET_LAYER 15
 | 
						|
 | 
						|
#define BOOTMAGIC_KEY_SALT KC_ESC
 | 
						|
#define BOOTMAGIC_KEY_SKIP KC_I
 | 
						|
#define BOOTMAGIC_KEY_EEPROM_CLEAR KC_E
 | 
						|
 | 
						|
#endif // !USERSPACE_CONFIG_H
 |