diff options
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 5f1a691c8..69692233e 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
@@ -298,6 +298,11 @@ bool process_record_quantum(keyrecord_t *record) { | |||
298 | print("DEBUG: enabled.\n"); | 298 | print("DEBUG: enabled.\n"); |
299 | } | 299 | } |
300 | return false; | 300 | return false; |
301 | case EEPROM_RESET: | ||
302 | if (record->event.pressed) { | ||
303 | eeconfig_init(); | ||
304 | } | ||
305 | return false; | ||
301 | #ifdef FAUXCLICKY_ENABLE | 306 | #ifdef FAUXCLICKY_ENABLE |
302 | case FC_TOG: | 307 | case FC_TOG: |
303 | if (record->event.pressed) { | 308 | if (record->event.pressed) { |