diff options
Diffstat (limited to 'quantum/quantum_keycodes.h')
-rw-r--r-- | quantum/quantum_keycodes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index ccd4565f5..26c3c41a7 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h | |||
@@ -431,6 +431,11 @@ enum quantum_keycodes { | |||
431 | KC_LOCK, | 431 | KC_LOCK, |
432 | #endif | 432 | #endif |
433 | 433 | ||
434 | #ifdef TERMINAL_ENABLE | ||
435 | TERM_ON, | ||
436 | TERM_OFF, | ||
437 | #endif | ||
438 | |||
434 | // always leave at the end | 439 | // always leave at the end |
435 | SAFE_RANGE | 440 | SAFE_RANGE |
436 | }; | 441 | }; |