forked from mirrors/qmk_userspace
		
	Add defines for keychron custom keycodes when LK_WIRELESS_ENABLE and/or ANANLOG_MATRIX are not defined
see: https://github.com/Keychron/qmk_firmware/pull/222/files#r1507606593 Co-authored-by: lokher <lokher@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								53c2c1b1f5
							
						
					
				
			
			
				commit
				
					
						0cddb718d9
					
				
			
		
					 1 changed files with 13 additions and 0 deletions
				
			
		| 
						 | 
					@ -46,6 +46,19 @@ enum {
 | 
				
			||||||
    NEW_SAFE_RANGE,
 | 
					    NEW_SAFE_RANGE,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifndef LK_WIRELESS_ENABLE
 | 
				
			||||||
 | 
					    #define BT_HST1     KC_TRANS
 | 
				
			||||||
 | 
					    #define BT_HST2     KC_TRANS
 | 
				
			||||||
 | 
					    #define BT_HST3     KC_TRANS
 | 
				
			||||||
 | 
					    #define P2P4G       KC_TRANS
 | 
				
			||||||
 | 
					    #define BAT_LVL     KC_TRANS
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					#ifndef ANANLOG_MATRIX
 | 
				
			||||||
 | 
					    #define PROF1 KC_TRANS
 | 
				
			||||||
 | 
					    #define PROF2 KC_TRANS
 | 
				
			||||||
 | 
					    #define PROF3 KC_TRANS
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define KC_TASK KC_TASK_VIEW
 | 
					#define KC_TASK KC_TASK_VIEW
 | 
				
			||||||
#define KC_FILE KC_FILE_EXPLORER
 | 
					#define KC_FILE KC_FILE_EXPLORER
 | 
				
			||||||
#define KC_SNAP KC_SCREEN_SHOT
 | 
					#define KC_SNAP KC_SCREEN_SHOT
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue