diff options
author | Nick Brassel <nick@tzarc.org> | 2022-05-31 15:38:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 22:38:08 -0700 |
commit | 854547330704fb1b1f07d547d49728da8b92b2a3 (patch) | |
tree | c2b85397ba3a50e3b93ab44d82de2823cb054c18 /quantum/quantum.h | |
parent | 9e2fe4eff6d36d20aeeea57408216ff329b2bd31 (diff) |
Removes terminal from QMK. (#17258)
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 92e1af1c40..8a7a20c706 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -141,12 +141,6 @@ extern layer_state_t layer_state; # include "process_key_lock.h" #endif -#ifdef TERMINAL_ENABLE -# include "process_terminal.h" -#else -# include "process_terminal_nop.h" -#endif - #ifdef SPACE_CADET_ENABLE # include "process_space_cadet.h" #endif |