clang-format changes
This commit is contained in:
		
							parent
							
								
									61af76a10d
								
							
						
					
					
						commit
						b624f32f94
					
				
					 502 changed files with 32259 additions and 39062 deletions
				
			
		| 
						 | 
				
			
			@ -68,45 +68,45 @@
 | 
			
		|||
#define DE_OSX_UE KC_LBRC
 | 
			
		||||
#define DE_OSX_OE KC_SCLN
 | 
			
		||||
 | 
			
		||||
#define DE_OSX_CIRC KC_NUBS // accent circumflex ^ and ring °
 | 
			
		||||
#define DE_OSX_ACUT KC_EQL // accent acute ´ and grave `
 | 
			
		||||
#define DE_OSX_PLUS KC_RBRC // + and * and ~
 | 
			
		||||
#define DE_OSX_HASH KC_BSLS // # and '
 | 
			
		||||
#define DE_OSX_LESS KC_GRV // < and > and |
 | 
			
		||||
#define DE_OSX_MINS KC_SLSH // - and _
 | 
			
		||||
#define DE_OSX_CIRC KC_NUBS  // accent circumflex ^ and ring °
 | 
			
		||||
#define DE_OSX_ACUT KC_EQL   // accent acute ´ and grave `
 | 
			
		||||
#define DE_OSX_PLUS KC_RBRC  // + and * and ~
 | 
			
		||||
#define DE_OSX_HASH KC_BSLS  // # and '
 | 
			
		||||
#define DE_OSX_LESS KC_GRV   // < and > and |
 | 
			
		||||
#define DE_OSX_MINS KC_SLSH  // - and _
 | 
			
		||||
 | 
			
		||||
// shifted characters
 | 
			
		||||
#define DE_OSX_RING LSFT(DE_OSX_CIRC) // °
 | 
			
		||||
#define DE_OSX_EXLM LSFT(KC_1) // !
 | 
			
		||||
#define DE_OSX_DQOT LSFT(KC_2) // "
 | 
			
		||||
#define DE_OSX_PARA LSFT(KC_3) // §
 | 
			
		||||
#define DE_OSX_DLR  LSFT(KC_4) // $
 | 
			
		||||
#define DE_OSX_PERC LSFT(KC_5) // %
 | 
			
		||||
#define DE_OSX_AMPR LSFT(KC_6) // &
 | 
			
		||||
#define DE_OSX_SLSH LSFT(KC_7) // /
 | 
			
		||||
#define DE_OSX_LPRN LSFT(KC_8) // (
 | 
			
		||||
#define DE_OSX_RPRN LSFT(KC_9) // )
 | 
			
		||||
#define DE_OSX_EQL  LSFT(KC_0) // =
 | 
			
		||||
#define DE_OSX_QST  LSFT(DE_OSX_SS) // ?
 | 
			
		||||
#define DE_OSX_GRV  LSFT(DE_OSX_ACUT) // `
 | 
			
		||||
#define DE_OSX_ASTR LSFT(DE_OSX_PLUS) // *
 | 
			
		||||
#define DE_OSX_QUOT LSFT(DE_OSX_HASH) // '
 | 
			
		||||
#define DE_OSX_MORE LSFT(DE_OSX_LESS) // >
 | 
			
		||||
#define DE_OSX_COLN LSFT(KC_DOT) // :
 | 
			
		||||
#define DE_OSX_SCLN LSFT(KC_COMM) // ;
 | 
			
		||||
#define DE_OSX_UNDS LSFT(DE_OSX_MINS) // _
 | 
			
		||||
#define DE_OSX_RING LSFT(DE_OSX_CIRC)  // °
 | 
			
		||||
#define DE_OSX_EXLM LSFT(KC_1)         // !
 | 
			
		||||
#define DE_OSX_DQOT LSFT(KC_2)         // "
 | 
			
		||||
#define DE_OSX_PARA LSFT(KC_3)         // §
 | 
			
		||||
#define DE_OSX_DLR LSFT(KC_4)          // $
 | 
			
		||||
#define DE_OSX_PERC LSFT(KC_5)         // %
 | 
			
		||||
#define DE_OSX_AMPR LSFT(KC_6)         // &
 | 
			
		||||
#define DE_OSX_SLSH LSFT(KC_7)         // /
 | 
			
		||||
#define DE_OSX_LPRN LSFT(KC_8)         // (
 | 
			
		||||
#define DE_OSX_RPRN LSFT(KC_9)         // )
 | 
			
		||||
#define DE_OSX_EQL LSFT(KC_0)          // =
 | 
			
		||||
#define DE_OSX_QST LSFT(DE_OSX_SS)     // ?
 | 
			
		||||
#define DE_OSX_GRV LSFT(DE_OSX_ACUT)   // `
 | 
			
		||||
#define DE_OSX_ASTR LSFT(DE_OSX_PLUS)  // *
 | 
			
		||||
#define DE_OSX_QUOT LSFT(DE_OSX_HASH)  // '
 | 
			
		||||
#define DE_OSX_MORE LSFT(DE_OSX_LESS)  // >
 | 
			
		||||
#define DE_OSX_COLN LSFT(KC_DOT)       // :
 | 
			
		||||
#define DE_OSX_SCLN LSFT(KC_COMM)      // ;
 | 
			
		||||
#define DE_OSX_UNDS LSFT(DE_OSX_MINS)  // _
 | 
			
		||||
 | 
			
		||||
// Alt-ed characters
 | 
			
		||||
//#define DE_OSX_SQ2 LALT(KC_2) // ²
 | 
			
		||||
//#define DE_OSX_SQ3 LALT(KC_3) // ³
 | 
			
		||||
#define DE_OSX_LCBR LALT(KC_8) // {
 | 
			
		||||
#define DE_OSX_LBRC LALT(KC_5) // [
 | 
			
		||||
#define DE_OSX_RBRC LALT(KC_6) // ]
 | 
			
		||||
#define DE_OSX_RCBR LALT(KC_9) // }
 | 
			
		||||
#define DE_OSX_BSLS LALT(LSFT(KC_7)) // backslash
 | 
			
		||||
#define DE_OSX_AT  LALT(DE_OSX_L) // @
 | 
			
		||||
#define DE_OSX_EURO LALT(KC_E) // €
 | 
			
		||||
#define DE_OSX_TILD LALT(DE_OSX_N) // ~
 | 
			
		||||
#define DE_OSX_PIPE LALT(DE_OSX_7) // |
 | 
			
		||||
#define DE_OSX_LCBR LALT(KC_8)        // {
 | 
			
		||||
#define DE_OSX_LBRC LALT(KC_5)        // [
 | 
			
		||||
#define DE_OSX_RBRC LALT(KC_6)        // ]
 | 
			
		||||
#define DE_OSX_RCBR LALT(KC_9)        // }
 | 
			
		||||
#define DE_OSX_BSLS LALT(LSFT(KC_7))  // backslash
 | 
			
		||||
#define DE_OSX_AT LALT(DE_OSX_L)      // @
 | 
			
		||||
#define DE_OSX_EURO LALT(KC_E)        // €
 | 
			
		||||
#define DE_OSX_TILD LALT(DE_OSX_N)    // ~
 | 
			
		||||
#define DE_OSX_PIPE LALT(DE_OSX_7)    // |
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue