aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/satan/keymaps/mark1/keymap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/satan/keymaps/mark1/keymap.c b/keyboards/satan/keymaps/mark1/keymap.c
index 78c331e92..90938351a 100644
--- a/keyboards/satan/keymaps/mark1/keymap.c
+++ b/keyboards/satan/keymaps/mark1/keymap.c
@@ -5,6 +5,7 @@
5#define KC_FNLK TG(1) // Fn lock 5#define KC_FNLK TG(1) // Fn lock
6#define KC_HOME LCTL(KC_A) // Home, or ctrl-a 6#define KC_HOME LCTL(KC_A) // Home, or ctrl-a
7#define KC_END LCTL(KC_E) // End, or ctrl-e 7#define KC_END LCTL(KC_E) // End, or ctrl-e
8#define KC_SLP LGUI(LALT(KC_POWER)) // sleep, or cmd-option-power
8 9
9// When using this split right shift layout, k3c and k3d are no longer reversed 10// When using this split right shift layout, k3c and k3d are no longer reversed
10// as in other layouts 11// as in other layouts
@@ -38,7 +39,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
38 GRV, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, DEL,____, 39 GRV, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, DEL,____,
39 ____,VOLU,____,____,____,____,____,HOME,UP ,END ,PGUP,____,____,____, 40 ____,VOLU,____,____,____,____,____,HOME,UP ,END ,PGUP,____,____,____,
40 ____,VOLD,MRWD,MPLY,MFFD,____,____,LEFT,DOWN,RGHT,PGDN,____,____,____, 41 ____,VOLD,MRWD,MPLY,MFFD,____,____,LEFT,DOWN,RGHT,PGDN,____,____,____,
41 ____,____,MUTE,____,____,____,____,____,____,____,SLEP,____,____,____, 42 ____,____,MUTE,____,____,____,____,____,____,____,SLP ,____,____,____,
42 ____,____,____, ____, ____,____,____,____ 43 ____,____,____, ____, ____,____,____,____
43 ) 44 )
44}; 45};