Send string keycode tweaks (#7471)

This commit is contained in:
fauxpark
2019-11-26 18:16:58 +11:00
committed by Florian Didron
parent 4586615534
commit 1a62f5c142
4 changed files with 35 additions and 25 deletions

View File

@@ -49,7 +49,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case QMKURL:
if (record->event.pressed) {
// when keycode QMKURL is pressed
SEND_STRING("https://qmk.fm/" SS_TAP(X_ENTER));
SEND_STRING("https://qmk.fm/\n");
} else {
// when keycode QMKURL is released
}