VIA Protocol 12 + fixes (#19916)
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
This commit is contained in:
		
							parent
							
								
									403b0addea
								
							
						
					
					
						commit
						7f805cc779
					
				
					 135 changed files with 761 additions and 572 deletions
				
			
		| 
						 | 
				
			
			@ -20,12 +20,12 @@ bool is_alt_tab_active = false;
 | 
			
		|||
uint16_t alt_tab_timer = 0;
 | 
			
		||||
 | 
			
		||||
enum custom_keycodes {
 | 
			
		||||
  ALT_TAB = USER00,
 | 
			
		||||
  ALT_TAB = QK_KB_0,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    [0] = LAYOUT_ortho_2x4(
 | 
			
		||||
        LT(1, KC_MUTE), KC_VOLD, KC_VOLU, MACRO00,
 | 
			
		||||
        LT(1, KC_MUTE), KC_VOLD, KC_VOLU, MC_0,
 | 
			
		||||
        ALT_TAB,        KC_MPRV, KC_MNXT, KC_MPLY
 | 
			
		||||
    ),
 | 
			
		||||
    [1] = LAYOUT_ortho_2x4(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue