aboutsummaryrefslogtreecommitdiffstats
path: root/users/stanrc85/stanrc85.c
diff options
context:
space:
mode:
authorGravatar Drashna Jaelre <drashna@live.com>2019-04-03 10:25:09 -0700
committerGravatar GitHub <noreply@github.com>2019-04-03 10:25:09 -0700
commite1e08a494bf9ea46e1385559df76d5f49b8e9087 (patch)
treed827ca4c5bbcf8ece43204c65d5f1e37719901e1 /users/stanrc85/stanrc85.c
parenteb0bbe997b30f1e6fba1d95adb25d2af04302021 (diff)
parent0e10a66c05bfe4b0ea7514673f6e544885108cc5 (diff)
downloadqmk_firmware-e1e08a494bf9ea46e1385559df76d5f49b8e9087.tar.gz
Merge pull request #5536 from stanrc85/feature/updates
[Keymap] Config tweaks and adding zeal60 RGB files to userspace
Diffstat (limited to 'users/stanrc85/stanrc85.c')
-rw-r--r--users/stanrc85/stanrc85.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/users/stanrc85/stanrc85.c b/users/stanrc85/stanrc85.c
index 4a46d61da..78b0c4a14 100644
--- a/users/stanrc85/stanrc85.c
+++ b/users/stanrc85/stanrc85.c
@@ -77,7 +77,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
send_string_with_delay_P(PSTR(SS_TAP(X_ENTER)), 10);
set_mods(mods);
}
- return false;
break;
case KC_RDP: //Opens Windows RDP
if (!record->event.pressed) {
@@ -88,7 +87,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
send_string_with_delay_P(PSTR("mstsc"), 10);
send_string_with_delay_P(PSTR(SS_TAP(X_ENTER)), 10);
}
- return false;
break;
}
return process_record_keymap(keycode, record);