summaryrefslogtreecommitdiff
path: root/keyboards/massdrop
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-12-27 23:34:28 +0000
committerQMK Bot <hello@qmk.fm>2021-12-27 23:34:28 +0000
commitcd3db41d068dd59e437e36a131c055ab3d7e1ff5 (patch)
treeafa4791c4014f8fd37110581f53e4af10f86f54e /keyboards/massdrop
parent25707cad5cbe3a6955d0fd597f7449818dea4849 (diff)
parent8b9657471ed727ff1bec527be9b4c873a6e3354b (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/massdrop')
-rw-r--r--keyboards/massdrop/thekey/keymaps/url-copy-paste-macos/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/massdrop/thekey/keymaps/url-copy-paste-macos/keymap.c b/keyboards/massdrop/thekey/keymaps/url-copy-paste-macos/keymap.c
index 16c73ba6ae..57382dfc5f 100644
--- a/keyboards/massdrop/thekey/keymaps/url-copy-paste-macos/keymap.c
+++ b/keyboards/massdrop/thekey/keymaps/url-copy-paste-macos/keymap.c
@@ -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) {