Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
cd3db41d06
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue