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.
		
		
		
		
		
			
		
			
				
					33 lines
				
				2.2 KiB
			
		
		
			
		
	
	
					33 lines
				
				2.2 KiB
			| 
								 
											12 years ago
										 
									 | 
							
								#include "keymap_common.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
							 | 
						||
| 
								 | 
							
								    /* 0: default
							 | 
						||
| 
								 | 
							
								     * ,---.   ,---------------. ,---------------. ,---------------. ,-----------.     ,-----------.
							 | 
						||
| 
								 | 
							
								     * |Esc|   |F1 |F2 |F3 |F4 | |F5 |F6 |F7 |F8 | |F9 |F10|F11|F12| |PrS|ScL|Pau|     |Pwr|Slp|Wak|
							 | 
						||
| 
								 | 
							
								     * `---'   `---------------' `---------------' `---------------' `-----------'     `-----------'
							 | 
						||
| 
								 | 
							
								     * ,-----------------------------------------------------------. ,-----------. ,---------------.
							 | 
						||
| 
								 | 
							
								     * |  `|  1|  2|  3|  4|  5|  6|  7|  8|  9|  0|  -|  =|Backspa| |Ins|Hom|PgU| |NmL|  /|  *|  -|
							 | 
						||
| 
								 | 
							
								     * |-----------------------------------------------------------| |-----------| |---------------|
							 | 
						||
| 
								 | 
							
								     * |Tab  |  Q|  W|  E|  R|  T|  Y|  U|  I|  O|  P|  [|  ]|    \| |Del|End|PgD| |  7|  8|  9|   |
							 | 
						||
| 
								 | 
							
								     * |-----------------------------------------------------------| `-----------' |-----------|  +|
							 | 
						||
| 
								 | 
							
								     * |CapsLo|  A|  S|  D|  F|  G|  H|  J|  K|  L|  ;|  '|Return  |               |  4|  5|  6|   |
							 | 
						||
| 
								 | 
							
								     * |-----------------------------------------------------------|     ,---.     |---------------|
							 | 
						||
| 
								 | 
							
								     * |Shift   |  Z|  X|  C|  V|  B|  N|  M|  ,|  ,|  /|Shift     |     |Up |     |  1|  2|  3|   |
							 | 
						||
| 
								 | 
							
								     * |-----------------------------------------------------------| ,-----------. |-----------|Ent|
							 | 
						||
| 
								 | 
							
								     * |Ctrl |Gui |Alt |         Space         |Alt |Gui |Menu|Ctrl| |Lef|Dow|Rig| |      0|  .|   |
							 | 
						||
| 
								 | 
							
								     * `-----------------------------------------------------------' `-----------' `---------------'
							 | 
						||
| 
								 | 
							
								     */
							 | 
						||
| 
								 | 
							
								    KEYMAP(
							 | 
						||
| 
								 | 
							
								    ESC, F1,  F2,  F3,  F4,  F5,  F6,  F7,  F8,  F9,  F10, F11, F12,           PSCR,SLCK,BRK,
							 | 
						||
| 
								 | 
							
								    GRV, 1,   2,   3,   4,   5,   6,   7,   8,   9,   0,   MINS,EQL, BSPC,     INS, HOME,PGUP,    NLCK,PSLS,PAST,PMNS,
							 | 
						||
| 
								 | 
							
								    TAB, Q,   W,   E,   R,   T,   Y,   U,   I,   O,   P,   LBRC,RBRC,BSLS,     DEL, END, PGDN,    P7,  P8,  P9,
							 | 
						||
| 
								 | 
							
								    CAPS,A,   S,   D,   F,   G,   H,   J,   K,   L,   SCLN,QUOT,     ENT,                         P4,  P5,  P6,  PPLS,
							 | 
						||
| 
								 | 
							
								    LSFT,Z,   X,   C,   V,   B,   N,   M,   COMM,DOT, SLSH,          RSFT,          UP,           P1,  P2,  P3,
							 | 
						||
| 
								 | 
							
								    LCTL,LGUI,LALT,          SPC,                     RALT,RGUI,APP, RCTL,     LEFT,DOWN,RGHT,    P0,       PDOT,PENT
							 | 
						||
| 
								 | 
							
								    ),
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								const uint16_t PROGMEM fn_actions[] = {
							 | 
						||
| 
								 | 
							
								};
							 |