diff options
| author | Nick Brassel | 2022-05-31 07:38:08 +0200 |
|---|---|---|
| committer | GitHub | 2022-05-31 07:38:08 +0200 |
| commit | 854547330704fb1b1f07d547d49728da8b92b2a3 (patch) | |
| tree | c2b85397ba3a50e3b93ab44d82de2823cb054c18 /quantum/quantum_keycodes.h | |
| parent | 9e2fe4eff6d36d20aeeea57408216ff329b2bd31 (diff) | |
Removes terminal from QMK. (#17258)
Diffstat (limited to 'quantum/quantum_keycodes.h')
| -rw-r--r-- | quantum/quantum_keycodes.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/quantum_keycodes.h b/quantum/quantum_keycodes.h index 40355d799a..869826ce19 100644 --- a/quantum/quantum_keycodes.h +++ b/quantum/quantum_keycodes.h @@ -473,9 +473,9 @@ enum quantum_keycodes { // Lock Key KC_LOCK, // 5D2B - // Terminal - TERM_ON, // 5D2C - TERM_OFF, // 5D2D + // Unused slots + UNUSED_000, // 5D2C + UNUSED_001, // 5D2D // Sequencer SQ_ON, // 5D2E |