Keymap: Adding stephengrier keymap for the DZ60 PCB (#3700)
	
		
	
				
					
				
			
							parent
							
								
									220ea4c9b7
								
							
						
					
					
						commit
						9d99fd8418
					
				| @ -0,0 +1,45 @@ | ||||
| ### stephengrier's DZ60 layout | ||||
| 
 | ||||
| This layout is for a DZ60 with a 2U left shift, 1U right shift and an arrow | ||||
| cluster in the bottom right (i.e. the GK64 layout). | ||||
| 
 | ||||
| Other features: | ||||
| 
 | ||||
| * The capslock key is replaced with a second function key. | ||||
| * The Alt an Cmd keys are swapped to replicate the Mac layout. | ||||
| * Del is available as Fn+Backspace | ||||
| * Tilde is available as Shift+Esc | ||||
| * Backtick is available as Fn+Esc | ||||
| * Underglow toggle and mode selection are available as Fn+Q and Fn+W | ||||
| 
 | ||||
| ### 0 Qwerty | ||||
| ``` | ||||
| ,-----------------------------------------------------------------------------------------. | ||||
| | Esc |  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  0  |  -  |  =  |   Bkspc   | | ||||
| |-----------------------------------------------------------------------------------------+ | ||||
| | Tab    |  Q  |  W  |  E  |  R  |  T  |  Y  |  U  |  I  |  O  |  P  |  [  |  ]  |    \   | | ||||
| |-----------------------------------------------------------------------------------------+ | ||||
| |   Fn    |  A  |  S  |  D  |  F  |  G  |  H  |  J  |  K  |  L  |  ;  |  '  |    Enter    | | ||||
| |-----------------------------------------------------------------------------------------+ | ||||
| | Shift     |  Z  |  X  |  C  |  V  |  B  |  N  |  M  |  ,  |  .  |  /  | RSh |  U  | Fn  | | ||||
| |-----------------------------------------------------------------------------------------+ | ||||
| | Ctrl |  Alt  |  Cmd  |              Space                | Cmd | Alt  |  L  |  D  |  R  | | ||||
| `-----------------------------------------------------------------------------------------' | ||||
| ``` | ||||
| 
 | ||||
| ### 1 Fn Layer | ||||
| ``` | ||||
| FN Layer | ||||
| ,-----------------------------------------------------------------------------------------. | ||||
| |  `  |  F1 |  F2 |  F3 |  F4 |  F5 |  F6 |  F7 |  F8 |  F9 | F10 | F11 | F12 |    DEL    | | ||||
| |-----------------------------------------------------------------------------------------+ | ||||
| |        |RBB T|RGB M| Hue+| Hue-| Sat+| Sat-| Val+| Val-|     |     |      |     | RESET | | ||||
| |-----------------------------------------------------------------------------------------+ | ||||
| |         | BL T| BL M| BL+ | BL- |     |     |     |     |     |     |     |             | | ||||
| |-----------------------------------------------------------------------------------------+ | ||||
| |           |     |     |     |     |     |     |     |     |     |     |     |     |     | | ||||
| |-----------------------------------------------------------------------------------------+ | ||||
| |      |       |       |                                   |     |      |     |     |     | | ||||
| `-----------------------------------------------------------------------------------------' | ||||
| ``` | ||||
| 
 | ||||
| @ -0,0 +1,86 @@ | ||||
| #include QMK_KEYBOARD_H | ||||
| 
 | ||||
| #define MODS_CTRL_MASK  (MOD_BIT(KC_LSHIFT)|MOD_BIT(KC_RSHIFT)) | ||||
| 
 | ||||
| #define ______ KC_TRNS | ||||
| 
 | ||||
| const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | ||||
| 
 | ||||
|   /* Qwerty
 | ||||
|    * ,-----------------------------------------------------------------------------------------. | ||||
|    * | Esc |  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  0  |  -  |  =  |   Bkspc   | | ||||
|    * |-----------------------------------------------------------------------------------------+ | ||||
|    * | Tab    |  Q  |  W  |  E  |  R  |  T  |  Y  |  U  |  I  |  O  |  P  |  [  |  ]  |    \   | | ||||
|    * |-----------------------------------------------------------------------------------------+ | ||||
|    * |   Fn    |  A  |  S  |  D  |  F  |  G  |  H  |  J  |  K  |  L  |  ;  |  '  |    Enter    | | ||||
|    * |-----------------------------------------------------------------------------------------+ | ||||
|    * | Shift     |  Z  |  X  |  C  |  V  |  B  |  N  |  M  |  ,  |  .  |  /  | RSh |  U  | Fn  | | ||||
|    * |-----------------------------------------------------------------------------------------+ | ||||
|    * | Ctrl |  Alt  |  Cmd  |              Space                | Cmd | Alt  |  L  |  D  |  R  | | ||||
|    * `-----------------------------------------------------------------------------------------' | ||||
|    */ | ||||
| 
 | ||||
|   LAYOUT_2_shifts( | ||||
|       F(0), KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, KC_EQL, ______, KC_BSPC, | ||||
|       KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_BSLS, | ||||
|       MO(1), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT, | ||||
|       KC_LSFT, ______, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_UP, MO(1), | ||||
|       KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_SPC, KC_SPC, KC_RGUI, KC_RALT, KC_LEFT, KC_DOWN, KC_RIGHT | ||||
|       ), | ||||
| 
 | ||||
|   /* FN Layer
 | ||||
|    * ,-----------------------------------------------------------------------------------------. | ||||
|    * |  `  |  F1 |  F2 |  F3 |  F4 |  F5 |  F6 |  F7 |  F8 |  F9 | F10 | F11 | F12 |    DEL    | | ||||
|    * |-----------------------------------------------------------------------------------------+ | ||||
|    * |        |RBB T|RGB M| Hue+| Hue-| Sat+| Sat-| Val+| Val-|     |     |      |     | RESET | | ||||
|    * |-----------------------------------------------------------------------------------------+ | ||||
|    * |         | BL T| BL M| BL+ | BL- |     |     |     |     |     |     |     |             | | ||||
|    * |-----------------------------------------------------------------------------------------+ | ||||
|    * |           |     |     |     |     |     |     |     |     |     |     |     |     |     | | ||||
|    * |-----------------------------------------------------------------------------------------+ | ||||
|    * |      |       |       |                                   |     |      |     |     |     | | ||||
|    * `-----------------------------------------------------------------------------------------' | ||||
|    */ | ||||
| 
 | ||||
|   LAYOUT_directional( | ||||
|       KC_GRV, KC_F1,   KC_F2,   KC_F3,   KC_F4,   KC_F5,   KC_F6,   KC_F7,   KC_F8,   KC_F9,  KC_F10, KC_F11, KC_F12, KC_TRNS, KC_DEL, | ||||
|       ______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, ______, ______, ______, ______, RESET, | ||||
|       ______, BL_TOGG, BL_STEP, BL_INC, BL_DEC, ______, ______, ______, ______, ______, ______, ______, | ||||
|       ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, | ||||
|       ______, ______, ______, ______, ______, ______, ______, ______, ______, ______, ______ | ||||
|       ), | ||||
| }; | ||||
| 
 | ||||
| enum function_id { | ||||
|     SHIFT_ESC, | ||||
| }; | ||||
| 
 | ||||
| const uint16_t PROGMEM fn_actions[] = { | ||||
|   [0]  = ACTION_FUNCTION(SHIFT_ESC), | ||||
| }; | ||||
| 
 | ||||
| void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) { | ||||
|   static uint8_t shift_esc_shift_mask; | ||||
|   switch (id) { | ||||
|     case SHIFT_ESC: | ||||
|       shift_esc_shift_mask = get_mods()&MODS_CTRL_MASK; | ||||
|       if (record->event.pressed) { | ||||
|         if (shift_esc_shift_mask) { | ||||
|           add_key(KC_GRV); | ||||
|           send_keyboard_report(); | ||||
|         } else { | ||||
|           add_key(KC_ESC); | ||||
|           send_keyboard_report(); | ||||
|         } | ||||
|       } else { | ||||
|         if (shift_esc_shift_mask) { | ||||
|           del_key(KC_GRV); | ||||
|           send_keyboard_report(); | ||||
|         } else { | ||||
|           del_key(KC_ESC); | ||||
|           send_keyboard_report(); | ||||
|         } | ||||
|       } | ||||
|       break; | ||||
|   } | ||||
| } | ||||
					Loading…
					
					
				
		Reference in new issue
	
	 Stephen Grier
						Stephen Grier