diff --git a/keymap.c b/keymap.c index a956de2..f7eeeec 100644 --- a/keymap.c +++ b/keymap.c @@ -97,7 +97,7 @@ qk_tap_dance_action_t tap_dance_actions[] = { [TD_ALT] = ACTION_TAP_DANCE_DOUBLE(KC_RALT, KC_LALT), [TD_TAB] = ACTION_TAP_DANCE_DOUBLE(KC_TAB, KC_ESC), [TD_COMM] = ACTION_TAP_DANCE_DOUBLE(ES_COMM, ES_SCLN), - [TD_DOT] = ACTION_TAP_DANCE_DOUBLE(ES_DOT, ES_SCLN), + [TD_DOT] = ACTION_TAP_DANCE_DOUBLE(ES_DOT, ES_COLN), [TD_L] = ACTION_TAP_DANCE_DOUBLE(ES_L, ES_EQL), [TD_NTIL] = ACTION_TAP_DANCE_DOUBLE(ES_NTIL, ES_SLSH), [TD_GRV] = ACTION_TAP_DANCE_DOUBLE(ES_GRV, ES_TILD), diff --git a/version.txt b/version.txt index 28cbf7c..32f3eaa 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -5.0.0 \ No newline at end of file +5.0.1 \ No newline at end of file