diff options
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 03b5704eb..76a48cc77 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
@@ -284,9 +284,11 @@ bool process_record_quantum(keyrecord_t *record) { | |||
284 | 284 | ||
285 | if (record->event.pressed) { | 285 | if (record->event.pressed) { |
286 | switch (keycode) { | 286 | switch (keycode) { |
287 | #ifndef NO_RESET | ||
287 | case RESET: | 288 | case RESET: |
288 | reset_keyboard(); | 289 | reset_keyboard(); |
289 | return false; | 290 | return false; |
291 | #endif | ||
290 | #ifndef NO_DEBUG | 292 | #ifndef NO_DEBUG |
291 | case DEBUG: | 293 | case DEBUG: |
292 | debug_enable ^= 1; | 294 | debug_enable ^= 1; |