You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					14 lines
				
				751 B
			
		
		
			
		
	
	
					14 lines
				
				751 B
			| 
								 
											10 years ago
										 
									 | 
							
								#include "keymap_common.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// JCK: Semi-Standard layout
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
							 | 
						||
| 
								 | 
							
								    /* 0: qwerty */
							 | 
						||
| 
								 | 
							
								    [0] = KEYMAP_ASK(GRV,  1,    2,    3,    4,    5,    6,    7,    8,    9,    0,    MINS, EQL,    BSPC, \
							 | 
						||
| 
								 | 
							
								                     TAB,  Q,    W,    E,    R,    T,    Y,    U,    I,    O,    P,    LBRC, RBRC, BSLS, DEL, \
							 | 
						||
| 
								 | 
							
								                     CAPS,  A,    S,    D,    F,    G,    H,    J,    K,    L,    SCLN, QUOT,    ENT,     VOLU, \
							 | 
						||
| 
								 | 
							
								                     LSFT, Z,    X,    C,    V,    B,    N,    M,    COMM, DOT,  SLSH,    RSFT,    UP, VOLD, \
							 | 
						||
| 
								 | 
							
								                     LCTL,    LGUI,  LALT,   LGUI,     SPC,           RGUI,       RALT, RGUI, RCTL, LEFT, DOWN,   RGHT)
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								const uint16_t PROGMEM fn_actions[] = {
							 | 
						||
| 
								 | 
							
								};
							 |