diff options
Diffstat (limited to 'keyboard/gh60/keymap_poker_stack.h')
| -rw-r--r-- | keyboard/gh60/keymap_poker_stack.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboard/gh60/keymap_poker_stack.h b/keyboard/gh60/keymap_poker_stack.h index 4c1019352..b074abaa5 100644 --- a/keyboard/gh60/keymap_poker_stack.h +++ b/keyboard/gh60/keymap_poker_stack.h | |||
| @@ -70,8 +70,8 @@ static const uint8_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 70 | */ | 70 | */ |
| 71 | static const uint16_t PROGMEM fn_actions[] = { | 71 | static const uint16_t PROGMEM fn_actions[] = { |
| 72 | /* Poker Layout */ | 72 | /* Poker Layout */ |
| 73 | [0] = ACTION_LAYER_STACK_TOGGLE(1), // FN0 Poker Arrow toggle(Space) | 73 | [0] = ACTION_LAYER_SWITCH_TOGGLE(1), // FN0 Poker Arrow toggle(Space) |
| 74 | [1] = ACTION_LAYER_STACK_TOGGLE(2), // FN1 Poker Esc toggle(Q) | 74 | [1] = ACTION_LAYER_SWITCH_TOGGLE(2), // FN1 Poker Esc toggle(Q) |
| 75 | [2] = ACTION_LAYER_STACK(3), // FN2 Poker Fn | 75 | [2] = ACTION_LAYER_SWITCH(3), // FN2 Poker Fn |
| 76 | [3] = ACTION_RMODS_KEY(MOD_BIT(KC_RCTL)|MOD_BIT(KC_RSFT), KC_ESC), // FN3 Task(RControl,RShift+Esc) | 76 | [3] = ACTION_RMODS_KEY(MOD_BIT(KC_RCTL)|MOD_BIT(KC_RSFT), KC_ESC), // FN3 Task(RControl,RShift+Esc) |
| 77 | }; | 77 | }; |
