Skip to content

Commit

Permalink
Fix keymap build to send over remote desktop correctly. (qmk#4651)
Browse files Browse the repository at this point in the history
  • Loading branch information
333fred authored and yeliu84 committed Jan 7, 2019
1 parent 20df269 commit ca9881d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/bigswitch/keymaps/333fred/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ca9881d

Please sign in to comment.