From: Mark Spanbroek Date: Fri, 18 Aug 2017 21:33:06 +0000 (+0200) Subject: Fix power; use keyboard shortcut for Mac X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0be483c762fa770185b7ff4ed49fd9736f7e309b;p=qmk_firmware.git Fix power; use keyboard shortcut for Mac --- 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 @@ #define KC_FNLK TG(1) // Fn lock #define KC_HOME LCTL(KC_A) // Home, or ctrl-a #define KC_END LCTL(KC_E) // End, or ctrl-e +#define KC_SLP LGUI(LALT(KC_POWER)) // sleep, or cmd-option-power // When using this split right shift layout, k3c and k3d are no longer reversed // as in other layouts @@ -38,7 +39,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { GRV, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, DEL,____, ____,VOLU,____,____,____,____,____,HOME,UP ,END ,PGUP,____,____,____, ____,VOLD,MRWD,MPLY,MFFD,____,____,LEFT,DOWN,RGHT,PGDN,____,____,____, - ____,____,MUTE,____,____,____,____,____,____,____,SLEP,____,____,____, + ____,____,MUTE,____,____,____,____,____,____,____,SLP ,____,____,____, ____,____,____, ____, ____,____,____,____ ) };