Moved keys around
- Had too many accidental enter presses when chatting with folks - Removed tab and enter on the number layer - Moved caps lock and mouse function toggle to nav layer top right
This commit is contained in:
		
							parent
							
								
									dd10e200a7
								
							
						
					
					
						commit
						290eb4bb9d
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -181,7 +181,7 @@ enum keycodes {
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
#define LAYER_NAVIGATION                                                                    \
 | 
			
		||||
  KC_ESC,  KC_HOME, KC_UP,   KC_END,  KC_PGUP, KC_CAPS, KC_APP,  ___x___, ___x___, ___x___, \
 | 
			
		||||
  KC_ESC,  KC_HOME, KC_UP,   KC_END,  KC_PGUP, ___x___, KC_APP,  ___x___, KC_CAPS, MOU_FUN, \
 | 
			
		||||
  ___x___, KC_LEFT, KC_DOWN, KC_RGHT, KC_PGDN, KC_BSPC, _SCAG_MODS________________________, \
 | 
			
		||||
  _UCCPR_L___________________________________, KC_DEL,  KC_TAB,  KC_VOLD, KC_VOLU, KC_MUTE, \
 | 
			
		||||
                    ___x___, NUM,     KC_ENT,  _LAYER_TRANS_____________,                   \
 | 
			
		||||
| 
						 | 
				
			
			@ -189,8 +189,8 @@ enum keycodes {
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
#define LAYER_NUMBER                                                                        \
 | 
			
		||||
  KC_ESC,  SC_SNIP, SC_FILE, MOU_FUN, KC_ENT,  ___x___, KC_7,    KC_8,    KC_9,    KC_COMM, \
 | 
			
		||||
  _GACS_MODS________________________, KC_TAB,  KC_BSPC, KC_4,    KC_5,    KC_6,    KC_DOT,  \
 | 
			
		||||
  KC_ESC,  SC_SNIP, SC_FILE, ___x___, ___x___, KC_TAB,  KC_7,    KC_8,    KC_9,    KC_COMM, \
 | 
			
		||||
  _GACS_MODS________________________, ___x___, KC_BSPC, KC_4,    KC_5,    KC_6,    KC_DOT,  \
 | 
			
		||||
  _UCCPR_L___________________________________, KC_DEL,  KC_1,    KC_2,    KC_3,    KC_MINS, \
 | 
			
		||||
                    _LAYER_TRANS_____________, KC_0,    NAV,     ___x___,                   \
 | 
			
		||||
                                      ___x___, SC_WIN
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue