mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 12:52:32 +01:00 
			
		
		
		
	fixes an obvious typo to have DE_LCBR produce {
This commit is contained in:
		
							parent
							
								
									45de75f179
								
							
						
					
					
						commit
						bfc6eca44a
					
				| @ -87,7 +87,7 @@ | |||||||
| // Alt-ed characters
 | // Alt-ed characters
 | ||||||
| #define DE_SQ2 LALT(KC_2) // ²
 | #define DE_SQ2 LALT(KC_2) // ²
 | ||||||
| #define DE_SQ3 LALT(KC_3) // ³
 | #define DE_SQ3 LALT(KC_3) // ³
 | ||||||
| #define DE_LCBR LALT(KC_7) // {
 | #define DE_LCBR LALT(KC_8) // {
 | ||||||
| #define DE_LBRC LALT(KC_5) // [
 | #define DE_LBRC LALT(KC_5) // [
 | ||||||
| #define DE_RBRC LALT(KC_6) // ]
 | #define DE_RBRC LALT(KC_6) // ]
 | ||||||
| #define DE_RCBR LALT(KC_9) // }
 | #define DE_RCBR LALT(KC_9) // }
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Daniel Kriesten
						Daniel Kriesten