1
0
Fork 0

Add ability to enter bootloader mode from QK_MAKE (#17745)

This commit is contained in:
jack 2022-07-23 10:43:32 -06:00 committed by GitHub
parent 8254d73fd4
commit a6f3194397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 14 deletions

View file

@ -400,6 +400,9 @@ bool process_record_quantum(keyrecord_t *record) {
SEND_STRING_DELAY(" compile ", TAP_CODE_DELAY);
}
SEND_STRING_DELAY("-kb " QMK_KEYBOARD " -km " QMK_KEYMAP SS_TAP(X_ENTER), TAP_CODE_DELAY);
if (temp_mod & MOD_MASK_CS) {
reset_keyboard();
}
}
#endif
}