forked from mfulz_github/qmk_firmware
		
	Update smt keymap READMEs
This commit is contained in:
		
							parent
							
								
									88e862e472
								
							
						
					
					
						commit
						8d4bc714e4
					
				@ -37,15 +37,15 @@ enum custom_keycodes {
 | 
				
			|||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
					const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Qwerty
 | 
					/* Qwerty
 | 
				
			||||||
 * ,-----------------------------------------------------------------------------------.
 | 
					 * ,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 * | Tab  |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Bksp |
 | 
					 * | Tab  |   Q  |   W  |   E  |   R  |   T  | |   Y  |   U  |   I  |   O  |   P  | Bksp |
 | 
				
			||||||
 * |------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * | Esc  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
					 * | Esc  |   A  |   S  |   D  |   F  |   G  | |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
				
			||||||
 * |------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * | Shift|   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
					 * | Shift|   Z  |   X  |   C  |   V  |   B  | |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
				
			||||||
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |   `  | Ctrl | Alt  | GUI  |Lower |Space |Space |Raise | Left | Down |  Up  |Right |
 | 
					 * |   `  | Ctrl | Alt  | GUI  |Lower |Space | |Space |Raise | Left | Down |  Up  |Right |
 | 
				
			||||||
 * `-----------------------------------------------------------------------------------'
 | 
					 * `-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
[_QWERTY] = KEYMAP( \
 | 
					[_QWERTY] = KEYMAP( \
 | 
				
			||||||
  HPR_TAB, KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_BSPC, \
 | 
					  HPR_TAB, KC_Q,    KC_W,    KC_E,    KC_R,    KC_T,    KC_Y,    KC_U,    KC_I,    KC_O,    KC_P,    KC_BSPC, \
 | 
				
			||||||
@ -55,15 +55,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
),
 | 
					),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Colemak
 | 
					/* Colemak
 | 
				
			||||||
 * ,-----------------------------------------------------------------------------------.
 | 
					 * ,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 * | Tab  |   Q  |   W  |   F  |   P  |   G  |   J  |   L  |   U  |   Y  |   ;  | Bksp |
 | 
					 * | Tab  |   Q  |   W  |   F  |   P  |   G  | |   J  |   L  |   U  |   Y  |   ;  | Bksp |
 | 
				
			||||||
 * |------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * | Esc  |   A  |   R  |   S  |   T  |   D  |   H  |   N  |   E  |   I  |   O  |  "   |
 | 
					 * | Esc  |   A  |   R  |   S  |   T  |   D  | |   H  |   N  |   E  |   I  |   O  |  "   |
 | 
				
			||||||
 * |------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * | Shift|   Z  |   X  |   C  |   V  |   B  |   K  |   M  |   ,  |   .  |   /  |Enter |
 | 
					 * | Shift|   Z  |   X  |   C  |   V  |   B  | |   K  |   M  |   ,  |   .  |   /  |Enter |
 | 
				
			||||||
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |   `  | Ctrl | Alt  | GUI  |Lower |Space |Space |Raise | Left | Down |  Up  |Right |
 | 
					 * |   `  | Ctrl | Alt  | GUI  |Lower |Space | |Space |Raise | Left | Down |  Up  |Right |
 | 
				
			||||||
 * `-----------------------------------------------------------------------------------'
 | 
					 * `-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
[_COLEMAK] = KEYMAP( \
 | 
					[_COLEMAK] = KEYMAP( \
 | 
				
			||||||
  HPR_TAB, KC_Q,    KC_W,    KC_F,    KC_P,    KC_G,    KC_J,    KC_L,    KC_U,    KC_Y,    KC_SCLN, KC_BSPC, \
 | 
					  HPR_TAB, KC_Q,    KC_W,    KC_F,    KC_P,    KC_G,    KC_J,    KC_L,    KC_U,    KC_Y,    KC_SCLN, KC_BSPC, \
 | 
				
			||||||
@ -73,15 +73,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
),
 | 
					),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Dvorak
 | 
					/* Dvorak
 | 
				
			||||||
 * ,-----------------------------------------------------------------------------------.
 | 
					 * ,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 * | Tab  |   "  |   ,  |   .  |   P  |   Y  |   F  |   G  |   C  |   R  |   L  | Bksp |
 | 
					 * | Tab  |   "  |   ,  |   .  |   P  |   Y  | |   F  |   G  |   C  |   R  |   L  | Bksp |
 | 
				
			||||||
 * |------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * | Esc  |   A  |   O  |   E  |   U  |   I  |   D  |   H  |   T  |   N  |   S  |  -   |
 | 
					 * | Esc  |   A  |   O  |   E  |   U  |   I  | |   D  |   H  |   T  |   N  |   S  |  -   |
 | 
				
			||||||
 * |------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * | Shift|   ;  |   Q  |   J  |   K  |   X  |   B  |   M  |   W  |   V  |   Z  |Enter |
 | 
					 * | Shift|   ;  |   Q  |   J  |   K  |   X  | |   B  |   M  |   W  |   V  |   Z  |Enter |
 | 
				
			||||||
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |   `  | Ctrl | Alt  | GUI  |Lower |Space |Space |Raise | Left | Down |  Up  |Right |
 | 
					 * |   `  | Ctrl | Alt  | GUI  |Lower |Space | |Space |Raise | Left | Down |  Up  |Right |
 | 
				
			||||||
 * `-----------------------------------------------------------------------------------'
 | 
					 * `-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
[_DVORAK] = KEYMAP( \
 | 
					[_DVORAK] = KEYMAP( \
 | 
				
			||||||
  HPR_TAB, KC_QUOT, KC_COMM, KC_DOT,  KC_P,    KC_Y,    KC_F,    KC_G,    KC_C,    KC_R,    KC_L,    KC_BSPC, \
 | 
					  HPR_TAB, KC_QUOT, KC_COMM, KC_DOT,  KC_P,    KC_Y,    KC_F,    KC_G,    KC_C,    KC_R,    KC_L,    KC_BSPC, \
 | 
				
			||||||
@ -91,15 +91,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
),
 | 
					),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Lower
 | 
					/* Lower
 | 
				
			||||||
 * ,-----------------------------------------------------------------------------------.
 | 
					 * ,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 * |   0  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
					 * |   0  |   1  |   2  |   3  |   4  |   5  | |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
				
			||||||
 * |------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |   $  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   4  |   5  |   6  |      |      |
 | 
					 * |   $  |  F1  |  F2  |  F3  |  F4  |  F5  | |  F6  |   4  |   5  |   6  |      |      |
 | 
				
			||||||
 * |------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |   1  |   2  |   3  |      |      |
 | 
					 * |      |  F7  |  F8  |  F9  |  F10 |  F11 | |  F12 |   1  |   2  |   3  |      |      |
 | 
				
			||||||
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |      |      |      |      |      |      |      |      | Next | Vol- | Vol+ | Play |
 | 
					 * |      |      |      |      |      |      | |      |      | Next | Vol- | Vol+ | Play |
 | 
				
			||||||
 * `-----------------------------------------------------------------------------------'
 | 
					 * `-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
[_LOWER] = KEYMAP( \
 | 
					[_LOWER] = KEYMAP( \
 | 
				
			||||||
  ALL_T(KC_0),   KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_DEL, \
 | 
					  ALL_T(KC_0),   KC_1,    KC_2,    KC_3,    KC_4,    KC_5,    KC_6,    KC_7,    KC_8,    KC_9,    KC_0,    KC_DEL, \
 | 
				
			||||||
@ -109,15 +109,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
),
 | 
					),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Raise
 | 
					/* Raise
 | 
				
			||||||
 * ,-----------------------------------------------------------------------------------.
 | 
					 * ,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 * |   ~  |   !  |   @  |   #  |   $  |   %  |   ^  |   &  |   *  |   (  |   )  | Del  |
 | 
					 * |   ~  |   !  |   @  |   #  |   $  |   %  | |   ^  |   &  |   *  |   (  |   )  | Del  |
 | 
				
			||||||
 * |------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |      |      |      |      |      |      |   _  |   ?  |   +  |   {  |   }  |  |   |
 | 
					 * |      |      |      |      |      |      | |   _  |   ?  |   +  |   {  |   }  |  |   |
 | 
				
			||||||
 * |------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |      |      |      |      |      |      |   -  |   /  |   =  |   [  |   ]  |  \   |
 | 
					 * |      |      |      |      |      |      | |   -  |   /  |   =  |   [  |   ]  |  \   |
 | 
				
			||||||
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |      |      |      |      |      |      |      |      | Home |PageDn|PageUp| End  |
 | 
					 * |      |      |      |      |      |      | |      |      | Home |PageDn|PageUp| End  |
 | 
				
			||||||
 * `-----------------------------------------------------------------------------------'
 | 
					 * `-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
[_RAISE] = KEYMAP( \
 | 
					[_RAISE] = KEYMAP( \
 | 
				
			||||||
  ALL_T(KC_TILD), KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL, \
 | 
					  ALL_T(KC_TILD), KC_EXLM, KC_AT,   KC_HASH, KC_DLR,  KC_PERC, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_DEL, \
 | 
				
			||||||
@ -127,15 +127,15 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
),
 | 
					),
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Adjust (Lower + Raise)
 | 
					/* Adjust (Lower + Raise)
 | 
				
			||||||
 * ,-----------------------------------------------------------------------------------.
 | 
					 * ,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 * |      | Reset|      |      |      |      |      |      |      |      |      | Reset|
 | 
					 * |      | Reset|      |      |      |      | |      |      |      |      |      | Reset|
 | 
				
			||||||
 * |------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |      |      |      |Aud on|Audoff|AGnorm|AGswap|Qwerty|Colemk|Dvorak|      |      |
 | 
					 * |      |      |      |Aud on|Audoff|AGnorm| |AGswap|Qwerty|Colemk|Dvorak|      |      |
 | 
				
			||||||
 * |------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |      |      |      |      |      |      |      |      |      |      |      |      |
 | 
					 * |      |      |      |      |      |      | |      |      |      |      |      |      |
 | 
				
			||||||
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 * |      |      |      |      |      |      |      |      |      |      |      |      |
 | 
					 * |      |      |      |      |      |      | |      |      |      |      |      |      |
 | 
				
			||||||
 * `-----------------------------------------------------------------------------------'
 | 
					 * `-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
[_ADJUST] = KEYMAP( \
 | 
					[_ADJUST] = KEYMAP( \
 | 
				
			||||||
  _______, RESET,   _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, \
 | 
					  _______, RESET,   _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, \
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										88
									
								
								keyboards/lets_split/keymaps/smt/readme.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								keyboards/lets_split/keymaps/smt/readme.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,88 @@
 | 
				
			|||||||
 | 
					# smt's Let's Split keymap
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This keymap is ported from my Planck keymap.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Qwerty
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 | 
					| Tab  |   Q  |   W  |   E  |   R  |   T  | |   Y  |   U  |   I  |   O  |   P  | Bksp |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Esc  |   A  |   S  |   D  |   F  |   G  | |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Shift|   Z  |   X  |   C  |   V  |   B  | |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|   `  | Ctrl | Alt  | GUI  |Lower |Space | |Space |Raise | Left | Down |  Up  |Right |
 | 
				
			||||||
 | 
					`-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Colemak
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 | 
					| Tab  |   Q  |   W  |   F  |   P  |   G  | |   J  |   L  |   U  |   Y  |   ;  | Bksp |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Esc  |   A  |   R  |   S  |   T  |   D  | |   H  |   N  |   E  |   I  |   O  |  "   |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Shift|   Z  |   X  |   C  |   V  |   B  | |   K  |   M  |   ,  |   .  |   /  |Enter |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|   `  | Ctrl | Alt  | GUI  |Lower |Space | |Space |Raise | Left | Down |  Up  |Right |
 | 
				
			||||||
 | 
					`-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Dvorak
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 | 
					| Tab  |   "  |   ,  |   .  |   P  |   Y  | |   F  |   G  |   C  |   R  |   L  | Bksp |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Esc  |   A  |   O  |   E  |   U  |   I  | |   D  |   H  |   T  |   N  |   S  |  -   |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Shift|   ;  |   Q  |   J  |   K  |   X  | |   B  |   M  |   W  |   V  |   Z  |Enter |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|   `  | Ctrl | Alt  | GUI  |Lower |Space | |Space |Raise | Left | Down |  Up  |Right |
 | 
				
			||||||
 | 
					`-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Lower
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 | 
					|   0  |   1  |   2  |   3  |   4  |   5  | |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|   $  |  F1  |  F2  |  F3  |  F4  |  F5  | |  F6  |   4  |   5  |   6  |      |      |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|      |  F7  |  F8  |  F9  |  F10 |  F11 | |  F12 |   1  |   2  |   3  |      |      |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|      |      |      |      |      |      | |      |      | Next | Vol- | Vol+ | Play |
 | 
				
			||||||
 | 
					`-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Raise
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 | 
					|   ~  |   !  |   @  |   #  |   $  |   %  | |   ^  |   &  |   *  |   (  |   )  | Del  |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|      |      |      |      |      |      | |   _  |   ?  |   +  |   {  |   }  |  |   |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|      |      |      |      |      |      | |   -  |   /  |   =  |   [  |   ]  |  \   |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|      |      |      |      |      |      | |      |      | Home |PageDn|PageUp| End  |
 | 
				
			||||||
 | 
					`-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Adjust (Lower + Raise)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					,-----------------------------------------. ,-----------------------------------------.
 | 
				
			||||||
 | 
					|      | Reset|      |      |      |      | |      |      |      |      |      | Reset|
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|      |      |      |Aud on|Audoff|AGnorm| |AGswap|Qwerty|Colemk|Dvorak|      |      |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|      |      |      |      |      |      | |      |      |      |      |      |      |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------| |------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|      |      |      |      |      |      | |      |      |      |      |      |      |
 | 
				
			||||||
 | 
					`-----------------------------------------' `-----------------------------------------'
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
@ -97,9 +97,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
 * ,-----------------------------------------------------------------------------------.
 | 
					 * ,-----------------------------------------------------------------------------------.
 | 
				
			||||||
 * |   0  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
					 * |   0  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
				
			||||||
 * |------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+-------------+------+------+------+------+------|
 | 
				
			||||||
 * |   $  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   4  |   5  |   6  | Home |PageUp|
 | 
					 * |   $  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   4  |   5  |   6  |      |      |
 | 
				
			||||||
 * |------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
 * |      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |   1  |   2  |   3  | End  |PageDn|
 | 
					 * |      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |   1  |   2  |   3  |      |      |
 | 
				
			||||||
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
 * |      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
 | 
					 * |      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
 | 
				
			||||||
 * `-----------------------------------------------------------------------------------'
 | 
					 * `-----------------------------------------------------------------------------------'
 | 
				
			||||||
 | 
				
			|||||||
@ -4,27 +4,62 @@ This keymap is primarily based on the default Planck keymap.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Notable differences from the default are:
 | 
					Notable differences from the default are:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. **Dvorak by default**
 | 
					- **[Mod-Tap](https://github.com/jackhumbert/qmk_firmware/wiki#fun-with-modifier-keys) keys**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    I happen to type in Dvorak, and prefer that layer to be the default on my keyboard. This is easy enough to switch around with Qwerty, Colemak, or whatever.
 | 
					    - `Esc/Ctrl`
 | 
				
			||||||
 | 
					 | 
				
			||||||
2. **Right Shift**
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    I use both the left and right shift keys when I type. When I want to modify a key with shift, I hold shift with the hand opposite the one typing the key. In the default keymap, Enter is where shift would be on a standard keyboard layout. Oh, muscle memory.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    Thankfully, QMK supports [mod-tap](https://github.com/jackhumbert/qmk_firmware/wiki#fun-with-modifier-keys) keys, and this allows me to set the Enter key to send a modifier (MOD_LSFT) when held, and KC_ENT when tapped. Awesome!
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
3. Escape
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        I am experimenting with using Left Shift as a mod-tap key for Escape, similar to how I use the Enter key. It's set up like this on my Minivan, so in the interest of consistency...
 | 
					        I am experimenting with using Left Shift as a mod-tap key for Escape, similar to how I use the Enter key. It's set up like this on my Minivan, so in the interest of consistency...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
4. Backtick
 | 
					    - `Enter/Shift`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    I don't currently have LEDs on any of my keyboards, and even if I did, I don't think I would want their controls on a base layer.
 | 
					        I use both the left and right shift keys when I type. When I want to modify a key with shift, I hold shift with the hand opposite the one typing the key. In the default keymap, Enter is where shift would be on a standard keyboard layout. Oh, muscle memory.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    So, why use backtick in the lower left corner? I use it as my tmux prefix key, so I need to type it more frequently than most people. Putting it on the base layer works well for me.
 | 
					    - `Tab/Hyper` (Super+Ctrl+Shift+Alt)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Dvorak (default)
 | 
					        It's great to be able to use Tab as a custom modifier key. I tend to use [Hyper](http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/) commands for various OS-specific operations depending on what machine I'm working on.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - `Backtick/Meh` (Ctrl+Shift+Alt)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					        Why use backtick in the lower left corner? I use it as my tmux prefix key, so I need to type it more frequently than most people. Putting it on the base layer works well for me. The "Meh" mapping is just a less-cool "Hyper"; the same, just without Super.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- **Swapped responsibilities of "lower" and "raise" layers**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    I prefer to use symbols via the "raise" layer, and numbers via the "lower" layer.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- **Removed Plover layer**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    I don't intend to use stenography anytime soon, so Plover just didn't have a place in my keymap.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Qwerty
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					,-----------------------------------------------------------------------------------.
 | 
				
			||||||
 | 
					| Tab  |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Bksp |
 | 
				
			||||||
 | 
					|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Esc  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Shift|   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|   `  | Ctrl | Alt  | GUI  |Lower |Space |Space |Raise | Left | Down |  Up  |Right |
 | 
				
			||||||
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Colemak
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					,-----------------------------------------------------------------------------------.
 | 
				
			||||||
 | 
					| Tab  |   Q  |   W  |   F  |   P  |   G  |   J  |   L  |   U  |   Y  |   ;  | Bksp |
 | 
				
			||||||
 | 
					|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Esc  |   A  |   R  |   S  |   T  |   D  |   H  |   N  |   E  |   I  |   O  |  "   |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Shift|   Z  |   X  |   C  |   V  |   B  |   K  |   M  |   ,  |   .  |   /  |Enter |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|   `  | Ctrl | Alt  | GUI  |Lower |Space |Space |Raise | Left | Down |  Up  |Right |
 | 
				
			||||||
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Dvorak
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
,-----------------------------------------------------------------------------------.
 | 
					,-----------------------------------------------------------------------------------.
 | 
				
			||||||
@ -38,31 +73,17 @@ Notable differences from the default are:
 | 
				
			|||||||
`-----------------------------------------------------------------------------------'
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Qwerty (same as default)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
,-----------------------------------------------------------------------------------.
 | 
					 | 
				
			||||||
| Tab  |   Q  |   W  |   E  |   R  |   T  |   Y  |   U  |   I  |   O  |   P  | Bksp |
 | 
					 | 
				
			||||||
|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					 | 
				
			||||||
| Esc  |   A  |   S  |   D  |   F  |   G  |   H  |   J  |   K  |   L  |   ;  |  "   |
 | 
					 | 
				
			||||||
|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					 | 
				
			||||||
| Shift|   Z  |   X  |   C  |   V  |   B  |   N  |   M  |   ,  |   .  |   /  |Enter |
 | 
					 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 | 
				
			||||||
|   `  | Ctrl | Alt  | GUI  |Lower |    Space    |Raise | Left | Down |  Up  |Right |
 | 
					 | 
				
			||||||
`-----------------------------------------------------------------------------------'
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
## Lower
 | 
					## Lower
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is where I put the number row, a numpad cluster, function keys, and some light navigation via Home/End/PageUp/PageDn. Like the "Raise" layer, the top row is redundant to help with Planck compatibility.
 | 
					This is where I put the number row, a numpad cluster, function keys, and media controls.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
,-----------------------------------------------------------------------------------.
 | 
					,-----------------------------------------------------------------------------------.
 | 
				
			||||||
|   `  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
					|   0  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
				
			||||||
|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
				
			||||||
|      |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   4  |   5  |   6  | Home |PageUp|
 | 
					|   $  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   4  |   5  |   6  |      |      |
 | 
				
			||||||
|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
|      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |   1  |   2  |   3  | End  |PageDn|
 | 
					|      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |   1  |   2  |   3  |      |      |
 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
|      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
 | 
					|      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
 | 
				
			||||||
`-----------------------------------------------------------------------------------'
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
@ -70,7 +91,7 @@ This is where I put the number row, a numpad cluster, function keys, and some li
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Raise
 | 
					## Raise
 | 
				
			||||||
 | 
					
 | 
				
			||||||
As a developer, it makes the most sense for me to group all the commonly-used symbols that don't fit on the main layer. In particular, having the dual-column of parens-braces-brackets really helps a lot.
 | 
					As a developer, it makes the most sense for me to group all the commonly-used symbols that don't fit on the main layer. In particular, having the dual-column of parens-braces-brackets really helps a lot. I've also added cursorkeys to correspond to the arrows.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
I haven't completely filled this layer, which leaves room for future mappings and macros.
 | 
					I haven't completely filled this layer, which leaves room for future mappings and macros.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -82,21 +103,21 @@ I haven't completely filled this layer, which leaves room for future mappings an
 | 
				
			|||||||
|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
|      |      |      |      |      |      |   -  |   /  |   =  |   [  |   ]  |  \   |
 | 
					|      |      |      |      |      |      |   -  |   /  |   =  |   [  |   ]  |  \   |
 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
|      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
 | 
					|      |      |      |      |      |      |      |      | Home |PageDn|PageUp| End  |
 | 
				
			||||||
`-----------------------------------------------------------------------------------'
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Adjust (Lower + Raise)
 | 
					## Adjust (Lower + Raise)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Utility layer. This is where I'd switch to Qwerty, or ~~fool around with~~ adjust the audio/music settings.
 | 
					Utility layer. This is where I'd switch between Qwerty and Dvorak, ~~fool around with~~ adjust the audio/music settings, or put the Planck into bootloader mode.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
,-----------------------------------------------------------------------------------.
 | 
					,-----------------------------------------------------------------------------------.
 | 
				
			||||||
|      | Reset|      |      |      |      |      |      |      |      |      |  Del |
 | 
					|      | Reset|      |      |      |      |      |      |      |      |      | Reset|
 | 
				
			||||||
|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
				
			||||||
|      |      |      |Aud on|AudOff|AGnorm|AGswap|Dvorak|Qwerty|      |      |      |
 | 
					|      |      |      |Aud on|Audoff|AGnorm|AGswap|Qwerty|Colemk|Dvorak|      |      |
 | 
				
			||||||
|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
|      |Voice-|Voice+|Mus on|MusOff|MidiOn|MidOff|      |      |      |      |      |
 | 
					|      |Voice-|Voice+|Mus on|Musoff|MIDIon|MIDIof|      |      |      |      |      |
 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
|      |      |      |      |      |             |      |      |      |      |      |
 | 
					|      |      |      |      |      |             |      |      |      |      |      |
 | 
				
			||||||
`-----------------------------------------------------------------------------------'
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
 | 
				
			|||||||
@ -106,9 +106,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			|||||||
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
 * |   0  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
					 * |   0  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
				
			||||||
 * |------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+-------------+------+------+------+------+------|
 | 
				
			||||||
 * |   $  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   4  |   5  |   6  | Home |PageUp|
 | 
					 * |   $  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   4  |   5  |   6  |      |      |
 | 
				
			||||||
 * |------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
 * |      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |   1  |   2  |   3  | End  |PageDn|
 | 
					 * |      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |   1  |   2  |   3  |      |      |
 | 
				
			||||||
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 * |------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
 * |      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
 | 
					 * |      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
 | 
				
			||||||
 * `-----------------------------------------------------------------------------------'
 | 
					 * `-----------------------------------------------------------------------------------'
 | 
				
			||||||
 | 
				
			|||||||
@ -4,43 +4,34 @@ This keymap is primarily based on the default Preonic keymap, which in turn is d
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Notable differences from the default are:
 | 
					Notable differences from the default are:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. **Dvorak by default**
 | 
					- **[Mod-Tap](https://github.com/jackhumbert/qmk_firmware/wiki#fun-with-modifier-keys) keys**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    I happen to type in Dvorak, and prefer that layer to be the default on my keyboard. This is easy enough to switch around with Qwerty, Colemak, or whatever.
 | 
					    - `Esc/Ctrl`
 | 
				
			||||||
 | 
					 | 
				
			||||||
2. **Right Shift**
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    I use both the left and right shift keys when I type. When I want to modify a key with shift, I hold shift with the hand opposite the one typing the key. In the default keymap, Enter is where shift would be on a standard keyboard layout. Oh, muscle memory.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    Thankfully, QMK supports [mod-tap](https://github.com/jackhumbert/qmk_firmware/wiki#fun-with-modifier-keys) keys, and this allows me to set the Enter key to send a modifier (MOD_LSFT) when held, and KC_ENT when tapped. Awesome!
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
3. Escape
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        I am experimenting with using Left Shift as a mod-tap key for Escape, similar to how I use the Enter key. It's set up like this on my Minivan, so in the interest of consistency...
 | 
					        I am experimenting with using Left Shift as a mod-tap key for Escape, similar to how I use the Enter key. It's set up like this on my Minivan, so in the interest of consistency...
 | 
				
			||||||
 | 
					
 | 
				
			||||||
4. Backtick
 | 
					    - `Enter/Shift`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    I don't currently have LEDs on any of my keyboards, and even if I did, I don't think I would want their controls on a base layer.
 | 
					        I use both the left and right shift keys when I type. When I want to modify a key with shift, I hold shift with the hand opposite the one typing the key. In the default keymap, Enter is where shift would be on a standard keyboard layout. Oh, muscle memory.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    So, why use backtick in the lower left corner? I use it as my tmux prefix key, so I need to type it more frequently than most people. Putting it on the base layer works well for me.
 | 
					    - `Tab/Hyper` (Super+Ctrl+Shift+Alt)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Dvorak (default)
 | 
					        It's great to be able to use Tab as a custom modifier key. I tend to use [Hyper](http://brettterpstra.com/2012/12/08/a-useful-caps-lock-key/) commands for various OS-specific operations depending on what machine I'm working on.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					    - `Backtick/Meh` (Ctrl+Shift+Alt)
 | 
				
			||||||
,-----------------------------------------------------------------------------------.
 | 
					 | 
				
			||||||
|   `  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Bksp |
 | 
					 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 | 
				
			||||||
| Tab  |   "  |   ,  |   .  |   P  |   Y  |   F  |   G  |   C  |   R  |   L  | Bksp |
 | 
					 | 
				
			||||||
|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					 | 
				
			||||||
| Esc  |   A  |   O  |   E  |   U  |   I  |   D  |   H  |   T  |   N  |   S  |  -   |
 | 
					 | 
				
			||||||
|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					 | 
				
			||||||
| Shift|   ;  |   Q  |   J  |   K  |   X  |   B  |   M  |   W  |   V  |   Z  |Enter |
 | 
					 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					 | 
				
			||||||
|   `  | Ctrl | Alt  | GUI  |Lower |    Space    |Raise | Left | Down |  Up  |Right |
 | 
					 | 
				
			||||||
`-----------------------------------------------------------------------------------'
 | 
					 | 
				
			||||||
```
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Qwerty (same as default)
 | 
					        Why use backtick in the lower left corner? I use it as my tmux prefix key, so I need to type it more frequently than most people. Putting it on the base layer works well for me. The "Meh" mapping is just a less-cool "Hyper"; the same, just without Super.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- **Swapped responsibilities of "lower" and "raise" layers**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    I prefer to use symbols via the "raise" layer, and numbers via the "lower" layer.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- **Removed Plover layer**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    I don't intend to use stenography anytime soon, so Plover just didn't have a place in my keymap.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Qwerty
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
,-----------------------------------------------------------------------------------.
 | 
					,-----------------------------------------------------------------------------------.
 | 
				
			||||||
@ -56,19 +47,51 @@ Notable differences from the default are:
 | 
				
			|||||||
`-----------------------------------------------------------------------------------'
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Colemak
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					,-----------------------------------------------------------------------------------.
 | 
				
			||||||
 | 
					|   `  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Bksp |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Tab  |   Q  |   W  |   F  |   P  |   G  |   J  |   L  |   U  |   Y  |   ;  | Bksp |
 | 
				
			||||||
 | 
					|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Esc  |   A  |   R  |   S  |   T  |   D  |   H  |   N  |   E  |   I  |   O  |  "   |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Shift|   Z  |   X  |   C  |   V  |   B  |   K  |   M  |   ,  |   .  |   /  |Enter |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|   `  | Ctrl | Alt  | GUI  |Lower |Space |Space |Raise | Left | Down |  Up  |Right |
 | 
				
			||||||
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Dvorak
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					,-----------------------------------------------------------------------------------.
 | 
				
			||||||
 | 
					|   `  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Bksp |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Tab  |   "  |   ,  |   .  |   P  |   Y  |   F  |   G  |   C  |   R  |   L  | Bksp |
 | 
				
			||||||
 | 
					|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Esc  |   A  |   O  |   E  |   U  |   I  |   D  |   H  |   T  |   N  |   S  |  -   |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
 | 
					| Shift|   ;  |   Q  |   J  |   K  |   X  |   B  |   M  |   W  |   V  |   Z  |Enter |
 | 
				
			||||||
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
 | 
					|   `  | Ctrl | Alt  | GUI  |Lower |    Space    |Raise | Left | Down |  Up  |Right |
 | 
				
			||||||
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Lower
 | 
					## Lower
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is where I put the number row, a numpad cluster, function keys, and some light navigation via Home/End/PageUp/PageDn. Like the "Raise" layer, the top row is redundant to help with Planck compatibility.
 | 
					This is where I put the number row, a numpad cluster, function keys, and media controls. Like the "Raise" layer, the top row is redundant to help with Planck compatibility.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
,-----------------------------------------------------------------------------------.
 | 
					,-----------------------------------------------------------------------------------.
 | 
				
			||||||
|   `  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
					|   `  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
|   `  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
					|   0  |   1  |   2  |   3  |   4  |   5  |   6  |   7  |   8  |   9  |   0  | Del  |
 | 
				
			||||||
|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
				
			||||||
|      |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   4  |   5  |   6  | Home |PageUp|
 | 
					|   $  |  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |   4  |   5  |   6  |      |      |
 | 
				
			||||||
|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
|      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |   1  |   2  |   3  | End  |PageDn|
 | 
					|      |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |   1  |   2  |   3  |      |      |
 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
|      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
 | 
					|      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
 | 
				
			||||||
`-----------------------------------------------------------------------------------'
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
@ -76,7 +99,7 @@ This is where I put the number row, a numpad cluster, function keys, and some li
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Raise
 | 
					## Raise
 | 
				
			||||||
 | 
					
 | 
				
			||||||
As a developer, it makes the most sense for me to group all the commonly-used symbols that don't fit on the main layer. In particular, having the dual-column of parens-braces-brackets really helps a lot.
 | 
					As a developer, it makes the most sense for me to group all the commonly-used symbols that don't fit on the main layer. In particular, having the dual-column of parens-braces-brackets really helps a lot. I've also added cursorkeys to correspond to the arrows.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
I haven't completely filled this layer, which leaves room for future mappings and macros.
 | 
					I haven't completely filled this layer, which leaves room for future mappings and macros.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -90,21 +113,21 @@ I haven't completely filled this layer, which leaves room for future mappings an
 | 
				
			|||||||
|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
|      |      |      |      |      |      |   -  |   /  |   =  |   [  |   ]  |  \   |
 | 
					|      |      |      |      |      |      |   -  |   /  |   =  |   [  |   ]  |  \   |
 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
|      |      |      |      |      |             |      | Next | Vol- | Vol+ | Play |
 | 
					|      |      |      |      |      |      |      |      | Home |PageDn|PageUp| End  |
 | 
				
			||||||
`-----------------------------------------------------------------------------------'
 | 
					`-----------------------------------------------------------------------------------'
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Adjust (Lower + Raise)
 | 
					## Adjust (Lower + Raise)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Utility layer. This is where I'd switch to Qwerty, or ~~fool around with~~ adjust the audio/music settings.
 | 
					Utility layer. This is where I'd switch between Qwerty and Dvorak, ~~fool around with~~ adjust the audio/music settings, or put the Preonic into bootloader mode.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
,-----------------------------------------------------------------------------------.
 | 
					,-----------------------------------------------------------------------------------.
 | 
				
			||||||
|  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |
 | 
					|  F1  |  F2  |  F3  |  F4  |  F5  |  F6  |  F7  |  F8  |  F9  |  F10 |  F11 |  F12 |
 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
|      | Reset|      |      |      |      |      |      |      |      |      |  Del |
 | 
					|      | Reset|      |      |      |      |      |      |      |      |      | Reset|
 | 
				
			||||||
|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
					|------+------+------+------+------+-------------+------+------+------+------+------|
 | 
				
			||||||
|      |      |      |Aud on|AudOff|AGnorm|AGswap|Dvorak|Qwerty|      |      |      |
 | 
					|      |      |      |Aud on|AudOff|AGnorm|AGswap|Qwerty|Colemk|Dvorak|      |      |
 | 
				
			||||||
|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------|------+------+------+------+------+------|
 | 
				
			||||||
|      |Voice-|Voice+|Mus on|MusOff|MidiOn|MidOff|      |      |      |      |      |
 | 
					|      |Voice-|Voice+|Mus on|MusOff|MidiOn|MidOff|      |      |      |      |      |
 | 
				
			||||||
|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
					|------+------+------+------+------+------+------+------+------+------+------+------|
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user