mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						ea96799970
					
				@ -51,7 +51,7 @@ enum unicode_names {
 | 
				
			|||||||
    SNEK
 | 
					    SNEK
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const uint32_t PROGMEM unicode_map[] = {
 | 
					const uint32_t unicode_map[] PROGMEM = {
 | 
				
			||||||
    [BANG]  = 0x203D,  // ‽
 | 
					    [BANG]  = 0x203D,  // ‽
 | 
				
			||||||
    [IRONY] = 0x2E2E,  // ⸮
 | 
					    [IRONY] = 0x2E2E,  // ⸮
 | 
				
			||||||
    [SNEK]  = 0x1F40D, // 🐍
 | 
					    [SNEK]  = 0x1F40D, // 🐍
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user