clang-format changes
This commit is contained in:
		
							parent
							
								
									61af76a10d
								
							
						
					
					
						commit
						b624f32f94
					
				
					 502 changed files with 32259 additions and 39062 deletions
				
			
		| 
						 | 
				
			
			@ -67,45 +67,45 @@
 | 
			
		|||
#define DE_UE KC_LBRC
 | 
			
		||||
#define DE_OE KC_SCLN
 | 
			
		||||
 | 
			
		||||
#define DE_CIRC KC_GRAVE // accent circumflex ^ and ring °
 | 
			
		||||
#define DE_ACUT KC_EQL // accent acute ´ and grave `
 | 
			
		||||
#define DE_PLUS KC_RBRC // + and * and ~
 | 
			
		||||
#define DE_HASH KC_BSLS // # and '
 | 
			
		||||
#define DE_LESS KC_NUBS // < and > and |
 | 
			
		||||
#define DE_MINS KC_SLSH // - and _
 | 
			
		||||
#define DE_CIRC KC_GRAVE  // accent circumflex ^ and ring °
 | 
			
		||||
#define DE_ACUT KC_EQL    // accent acute ´ and grave `
 | 
			
		||||
#define DE_PLUS KC_RBRC   // + and * and ~
 | 
			
		||||
#define DE_HASH KC_BSLS   // # and '
 | 
			
		||||
#define DE_LESS KC_NUBS   // < and > and |
 | 
			
		||||
#define DE_MINS KC_SLSH   // - and _
 | 
			
		||||
 | 
			
		||||
// shifted characters
 | 
			
		||||
#define DE_RING LSFT(DE_CIRC) // °
 | 
			
		||||
#define DE_EXLM LSFT(KC_1) // !
 | 
			
		||||
#define DE_DQOT LSFT(KC_2) // "
 | 
			
		||||
#define DE_PARA LSFT(KC_3) // §
 | 
			
		||||
#define DE_DLR  LSFT(KC_4) // $
 | 
			
		||||
#define DE_PERC LSFT(KC_5) // %
 | 
			
		||||
#define DE_AMPR LSFT(KC_6) // &
 | 
			
		||||
#define DE_SLSH LSFT(KC_7) // /
 | 
			
		||||
#define DE_LPRN LSFT(KC_8) // (
 | 
			
		||||
#define DE_RPRN LSFT(KC_9) // )
 | 
			
		||||
#define DE_EQL  LSFT(KC_0) // =
 | 
			
		||||
#define DE_QST  LSFT(DE_SS) // ?
 | 
			
		||||
#define DE_GRV  LSFT(DE_ACUT) // `
 | 
			
		||||
#define DE_ASTR LSFT(DE_PLUS) // *
 | 
			
		||||
#define DE_QUOT LSFT(DE_HASH) // '
 | 
			
		||||
#define DE_MORE LSFT(DE_LESS) // >
 | 
			
		||||
#define DE_COLN LSFT(KC_DOT) // :
 | 
			
		||||
#define DE_SCLN LSFT(KC_COMM) // ;
 | 
			
		||||
#define DE_UNDS LSFT(DE_MINS) // _
 | 
			
		||||
#define DE_RING LSFT(DE_CIRC)  // °
 | 
			
		||||
#define DE_EXLM LSFT(KC_1)     // !
 | 
			
		||||
#define DE_DQOT LSFT(KC_2)     // "
 | 
			
		||||
#define DE_PARA LSFT(KC_3)     // §
 | 
			
		||||
#define DE_DLR LSFT(KC_4)      // $
 | 
			
		||||
#define DE_PERC LSFT(KC_5)     // %
 | 
			
		||||
#define DE_AMPR LSFT(KC_6)     // &
 | 
			
		||||
#define DE_SLSH LSFT(KC_7)     // /
 | 
			
		||||
#define DE_LPRN LSFT(KC_8)     // (
 | 
			
		||||
#define DE_RPRN LSFT(KC_9)     // )
 | 
			
		||||
#define DE_EQL LSFT(KC_0)      // =
 | 
			
		||||
#define DE_QST LSFT(DE_SS)     // ?
 | 
			
		||||
#define DE_GRV LSFT(DE_ACUT)   // `
 | 
			
		||||
#define DE_ASTR LSFT(DE_PLUS)  // *
 | 
			
		||||
#define DE_QUOT LSFT(DE_HASH)  // '
 | 
			
		||||
#define DE_MORE LSFT(DE_LESS)  // >
 | 
			
		||||
#define DE_COLN LSFT(KC_DOT)   // :
 | 
			
		||||
#define DE_SCLN LSFT(KC_COMM)  // ;
 | 
			
		||||
#define DE_UNDS LSFT(DE_MINS)  // _
 | 
			
		||||
 | 
			
		||||
// Alt Gr-ed characters
 | 
			
		||||
#define DE_SQ2 ALGR(KC_2) // ²
 | 
			
		||||
#define DE_SQ3 ALGR(KC_3) // ³
 | 
			
		||||
#define DE_LCBR ALGR(KC_7) // {
 | 
			
		||||
#define DE_LBRC ALGR(KC_8) // [
 | 
			
		||||
#define DE_RBRC ALGR(KC_9) // ]
 | 
			
		||||
#define DE_RCBR ALGR(KC_0) // }
 | 
			
		||||
#define DE_BSLS ALGR(DE_SS) // backslash
 | 
			
		||||
#define DE_AT  ALGR(KC_Q) // @
 | 
			
		||||
#define DE_EURO ALGR(KC_E) // €
 | 
			
		||||
#define DE_TILD ALGR(DE_PLUS) // ~
 | 
			
		||||
#define DE_PIPE ALGR(DE_LESS) // |
 | 
			
		||||
#define DE_SQ2 ALGR(KC_2)      // ²
 | 
			
		||||
#define DE_SQ3 ALGR(KC_3)      // ³
 | 
			
		||||
#define DE_LCBR ALGR(KC_7)     // {
 | 
			
		||||
#define DE_LBRC ALGR(KC_8)     // [
 | 
			
		||||
#define DE_RBRC ALGR(KC_9)     // ]
 | 
			
		||||
#define DE_RCBR ALGR(KC_0)     // }
 | 
			
		||||
#define DE_BSLS ALGR(DE_SS)    // backslash
 | 
			
		||||
#define DE_AT ALGR(KC_Q)       // @
 | 
			
		||||
#define DE_EURO ALGR(KC_E)     // €
 | 
			
		||||
#define DE_TILD ALGR(DE_PLUS)  // ~
 | 
			
		||||
#define DE_PIPE ALGR(DE_LESS)  // |
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue