Skip to content

Commit

Permalink
Fix power; use keyboard shortcut for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
markspanbroek authored and jackhumbert committed Aug 21, 2017
1 parent cb71975 commit 0be483c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyboards/satan/keymaps/mark1/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ,____,____,____,
____,____,____, ____, ____,____,____,____
)
};

0 comments on commit 0be483c

Please sign in to comment.