Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Dec 27, 2021
2 parents 25707ca + 8b96574 commit cd3db41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enum custom_keycodes {
};

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(TK_URL, C(KC_C), C(KC_V)),
[0] = LAYOUT(TK_URL, G(KC_C), G(KC_V)),
};

bool process_record_user(uint16_t keycode, keyrecord_t *record) {
Expand Down

0 comments on commit cd3db41

Please sign in to comment.