summaryrefslogtreecommitdiff
path: root/keyboards/gh60/satan/keymaps/poker/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gh60/satan/keymaps/poker/keymap.c')
-rw-r--r--keyboards/gh60/satan/keymaps/poker/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gh60/satan/keymaps/poker/keymap.c b/keyboards/gh60/satan/keymaps/poker/keymap.c
index 04b65e4588..dc20686569 100644
--- a/keyboards/gh60/satan/keymaps/poker/keymap.c
+++ b/keyboards/gh60/satan/keymaps/poker/keymap.c
@@ -2,7 +2,7 @@
// Used for SHIFT_ESC
-#define MODS_SHIFT_MASK (MOD_BIT(KC_LSHIFT)|MOD_BIT(KC_RSHIFT))
+#define MODS_SHIFT_MASK (MOD_BIT(KC_LSFT)|MOD_BIT(KC_RSFT))
// Each layer gets a name for readability, which is then used in the keymap matrix below.
// The underscores don't mean anything - you can have a layer called STUFF or any other name.