[Keyboard] Add support for Drink Me (#8039)
* Add initial configuration and keymaps for Yatara Drink Me. * Apply suggestions from code review * Apply suggestions from code review * Add transparent layers in VIA layout so there are four layers in total. Amend closing bracket indentation in keymap.c files.
This commit is contained in:
		
							parent
							
								
									17a089d21b
								
							
						
					
					
						commit
						31e4583f4a
					
				
					 22 changed files with 374 additions and 0 deletions
				
			
		
							
								
								
									
										10
									
								
								keyboards/yatara/drink_me/keymaps/default/keymap.c
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								keyboards/yatara/drink_me/keymaps/default/keymap.c
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,10 @@
 | 
			
		|||
#include QMK_KEYBOARD_H
 | 
			
		||||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
    [0] = LAYOUT(
 | 
			
		||||
        LCTL(KC_Z),
 | 
			
		||||
        LCTL(KC_X),
 | 
			
		||||
        LCTL(KC_C),
 | 
			
		||||
        LCTL(KC_V)
 | 
			
		||||
    )
 | 
			
		||||
};
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue