summaryrefslogtreecommitdiff
path: root/users/drashna/process_records.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/process_records.c')
-rw-r--r--users/drashna/process_records.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/process_records.c b/users/drashna/process_records.c
index 101b3d95ce..8e3d3356ee 100644
--- a/users/drashna/process_records.c
+++ b/users/drashna/process_records.c
@@ -51,7 +51,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
clear_mods();
clear_oneshot_mods();
#endif
- send_string_with_delay_P(PSTR("bin/qmk"), TAP_CODE_DELAY);
+ send_string_with_delay_P(PSTR("qmk"), TAP_CODE_DELAY);
#ifndef MAKE_BOOTLOADER
if ((temp_mod | temp_osm) & MOD_MASK_SHIFT)
#endif