Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Keyboard] support for Stack Overflow The Key from Drop - adapted from @frap129 #15520

Merged
merged 10 commits into from
Dec 22, 2021
Prev Previous commit
Next Next commit
it is a C not a G fool
  • Loading branch information
wyattearp committed Dec 20, 2021
commit 0d91af866c269173a415044243c67b3c739aaf14
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ enum custom_keycodes {
};

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[0] = LAYOUT(TK_URL, G(KC_C), G(KC_V)),

[0] = LAYOUT(TK_URL, C(KC_C), C(KC_V)),
};

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