summaryrefslogtreecommitdiffstats
path: root/keyboards/bigswitch/keymaps/333fred/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/bigswitch/keymaps/333fred/keymap.c')
-rw-r--r--keyboards/bigswitch/keymaps/333fred/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/bigswitch/keymaps/333fred/keymap.c b/keyboards/bigswitch/keymaps/333fred/keymap.c
index 791fb435f..be40fecb2 100644
--- a/keyboards/bigswitch/keymaps/333fred/keymap.c
+++ b/keyboards/bigswitch/keymaps/333fred/keymap.c
@@ -79,7 +79,7 @@ void dance_finished(qk_tap_dance_state_t *state, void* user_data) {
case SINGLE_TAP:
{
// VS Build: CTRL+SHIFT+B
- SEND_STRING(SS_DOWN(X_LCTRL) SS_DOWN(X_LALT) "b" SS_UP(X_LALT) SS_UP(X_LCTRL));
+ send_string_with_delay_P(PSTR(SS_DOWN(X_LCTRL) SS_DOWN(X_LSHIFT) "b" SS_UP(X_LSHIFT) SS_UP(X_LCTRL)), 10);
tap_dance_active = false;
break;
}