Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						e64705d2f4
					
				
					 8 changed files with 87 additions and 39 deletions
				
			
		| 
						 | 
				
			
			@ -49,6 +49,15 @@ typedef union {
 | 
			
		|||
extern keyboard_config_t keyboard_config;
 | 
			
		||||
 | 
			
		||||
enum ploopy_keycodes {
 | 
			
		||||
#ifdef VIA_ENABLE
 | 
			
		||||
    DPI_CONFIG = USER00,
 | 
			
		||||
#else
 | 
			
		||||
    DPI_CONFIG = SAFE_RANGE,
 | 
			
		||||
#endif
 | 
			
		||||
    DRAG_SCROLL,
 | 
			
		||||
#ifdef VIA_ENABLE
 | 
			
		||||
    PLOOPY_SAFE_RANGE = SAFE_RANGE,
 | 
			
		||||
#else
 | 
			
		||||
    PLOOPY_SAFE_RANGE,
 | 
			
		||||
#endif
 | 
			
		||||
};
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue