Skip to content

Commit

Permalink
Fix QK_MAKE's reboot check (qmk#17795)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Jul 25, 2022
1 parent 99c48f1 commit 325da02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/quantum.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ 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) {
if (temp_mod & MOD_MASK_SHIFT && temp_mod & MOD_MASK_CTRL) {
reset_keyboard();
}
}
Expand Down

0 comments on commit 325da02

Please sign in to comment.