Unicodemap keycodes rename (#21092)
This commit is contained in:
		
							parent
							
								
									45c9bc4e55
								
							
						
					
					
						commit
						a4ed6ad0f5
					
				
					 55 changed files with 358 additions and 360 deletions
				
			
		| 
						 | 
				
			
			@ -126,28 +126,28 @@ const uint32_t unicode_map[] PROGMEM = {
 | 
			
		|||
    [LT_CB] = 0x201c, // “
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#define K_SNEK      X(SNEK)
 | 
			
		||||
#define K_EURO      X(EURO)
 | 
			
		||||
#define K_LT_A      XP(LT_S_A, LT_L_A)
 | 
			
		||||
#define K_LT_AU     X(LT_L_A)
 | 
			
		||||
#define K_LT_C      XP(LT_S_C, LT_L_C)
 | 
			
		||||
#define K_LT_CU     X(LT_L_C)
 | 
			
		||||
#define K_LT_E1     XP(LT_S_E1, LT_L_E1)
 | 
			
		||||
#define K_LT_E1U    X(LT_L_E1)
 | 
			
		||||
#define K_LT_E2     XP(LT_S_E2, LT_L_E2)
 | 
			
		||||
#define K_LT_E2U    X(LT_L_E2)
 | 
			
		||||
#define K_LT_I      XP(LT_S_I, LT_L_I)
 | 
			
		||||
#define K_LT_IU     X(LT_L_I)
 | 
			
		||||
#define K_LT_S      XP(LT_S_S, LT_L_S)
 | 
			
		||||
#define K_LT_SU     X(LT_L_S)
 | 
			
		||||
#define K_LT_U1     XP(LT_S_U1, LT_L_U1)
 | 
			
		||||
#define K_LT_U1U    X(LT_L_U1)
 | 
			
		||||
#define K_LT_U2     XP(LT_S_U2, LT_L_U2)
 | 
			
		||||
#define K_LT_U2U    X(LT_L_U2)
 | 
			
		||||
#define K_LT_Z      XP(LT_S_Z, LT_L_Z)
 | 
			
		||||
#define K_LT_ZU     X(LT_L_Z)
 | 
			
		||||
#define K_LT_OB     X(LT_OB)
 | 
			
		||||
#define K_LT_CB     X(LT_CB)
 | 
			
		||||
#define K_SNEK      UM(SNEK)
 | 
			
		||||
#define K_EURO      UM(EURO)
 | 
			
		||||
#define K_LT_A      UP(LT_S_A, LT_L_A)
 | 
			
		||||
#define K_LT_AU     UM(LT_L_A)
 | 
			
		||||
#define K_LT_C      UP(LT_S_C, LT_L_C)
 | 
			
		||||
#define K_LT_CU     UM(LT_L_C)
 | 
			
		||||
#define K_LT_E1     UP(LT_S_E1, LT_L_E1)
 | 
			
		||||
#define K_LT_E1U    UM(LT_L_E1)
 | 
			
		||||
#define K_LT_E2     UP(LT_S_E2, LT_L_E2)
 | 
			
		||||
#define K_LT_E2U    UM(LT_L_E2)
 | 
			
		||||
#define K_LT_I      UP(LT_S_I, LT_L_I)
 | 
			
		||||
#define K_LT_IU     UM(LT_L_I)
 | 
			
		||||
#define K_LT_S      UP(LT_S_S, LT_L_S)
 | 
			
		||||
#define K_LT_SU     UM(LT_L_S)
 | 
			
		||||
#define K_LT_U1     UP(LT_S_U1, LT_L_U1)
 | 
			
		||||
#define K_LT_U1U    UM(LT_L_U1)
 | 
			
		||||
#define K_LT_U2     UP(LT_S_U2, LT_L_U2)
 | 
			
		||||
#define K_LT_U2U    UM(LT_L_U2)
 | 
			
		||||
#define K_LT_Z      UP(LT_S_Z, LT_L_Z)
 | 
			
		||||
#define K_LT_ZU     UM(LT_L_Z)
 | 
			
		||||
#define K_LT_OB     UM(LT_OB)
 | 
			
		||||
#define K_LT_CB     UM(LT_CB)
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue