Update Kinesis keymap (#7741)
* Update Kinesis keymap Added a MACLOCK macro to lock my mac easier * Updated readme.mdmaster
parent
91013d452f
commit
45482d612c
|
@ -12,6 +12,7 @@ enum custom_keycodes { DVORAK = SAFE_RANGE, QWERTY, COLEMAK, KEYPAD };
|
||||||
// Aliases to make the keymap more uniform
|
// Aliases to make the keymap more uniform
|
||||||
#define GUI_END GUI_T(KC_END)
|
#define GUI_END GUI_T(KC_END)
|
||||||
#define KPD_ENT LT(_KEYPAD, KC_ENT)
|
#define KPD_ENT LT(_KEYPAD, KC_ENT)
|
||||||
|
#define MACLOCK LGUI(LCTL(KC_Q))
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
|
|
||||||
|
@ -197,7 +198,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
// Left Thumb
|
// Left Thumb
|
||||||
_______, _______,
|
_______, _______,
|
||||||
_______,
|
_______,
|
||||||
_______, _______, _______,
|
_______, _______, MACLOCK,
|
||||||
|
|
||||||
// Right Hand
|
// Right Hand
|
||||||
_______, _______, _______, _______, _______, _______, _______, _______, _______,
|
_______, _______, _______, _______, _______, _______, _______, _______, _______,
|
||||||
|
|
|
@ -105,5 +105,5 @@ Removed the Media layer 2018-12-07
|
||||||
,------|------|------||------+------+------.
|
,------|------|------||------+------+------.
|
||||||
| | | || | | |
|
| | | || | | |
|
||||||
| | |------||------| | KP 0 |
|
| | |------||------| | KP 0 |
|
||||||
| | | || | | |
|
| | |MacLck|| | | |
|
||||||
`--------------------'`--------------------'
|
`--------------------'`--------------------'
|
||||||
|
|
Loading…
Reference in New Issue