aboutsummaryrefslogtreecommitdiff
path: root/keyboards/keebio/nyquist/keymaps/danielhklein/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/keebio/nyquist/keymaps/danielhklein/keymap.c')
-rw-r--r--keyboards/keebio/nyquist/keymaps/danielhklein/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/nyquist/keymaps/danielhklein/keymap.c b/keyboards/keebio/nyquist/keymaps/danielhklein/keymap.c
index 496b1afa3..14428812f 100644
--- a/keyboards/keebio/nyquist/keymaps/danielhklein/keymap.c
+++ b/keyboards/keebio/nyquist/keymaps/danielhklein/keymap.c
@@ -31,7 +31,7 @@ enum custom_keycodes {
31}; 31};
32 32
33 // Enable these functions using FUNC(n) macro. 33 // Enable these functions using FUNC(n) macro.
34 const uint16_t PROGMEM fn_actions[] = { //ACTION_LAYER_TAP_TOGGLE requires that number of taps be defined in *config.h* - default set to 5 34 const uint16_t PROGMEM fn_actions[] = {
35 [0] = LT(_LOWER, KC_SPC), //Hold for momentary Lower layer, Tap for Backspace, 35 [0] = LT(_LOWER, KC_SPC), //Hold for momentary Lower layer, Tap for Backspace,
36 [1] = LT(_RAISE, KC_BSPC), //Hold for momentary Raise layer, Tap for Space, 36 [1] = LT(_RAISE, KC_BSPC), //Hold for momentary Raise layer, Tap for Space,
37 [2] = MO(_ARROW), //Hold for momentary Arrow 37 [2] = MO(_ARROW), //Hold for momentary Arrow