Skip to content

Commit

Permalink
add noreset check for eeprom reset
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Apr 14, 2022
1 parent a38082c commit 63426e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantum/quantum.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,9 @@ bool process_record_quantum(keyrecord_t *record) {
return false;
case QK_CLEAR_EEPROM:
eeconfig_init();
#ifndef NO_RESET
soft_reset_keyboard();
#endif
return false;
#ifdef VELOCIKEY_ENABLE
case VLK_TOG:
Expand Down

0 comments on commit 63426e8

Please sign in to comment.