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 /builddefs | |
parent | 9e2fe4eff6d36d20aeeea57408216ff329b2bd31 (diff) | |
download | qmk_firmware-854547330704fb1b1f07d547d49728da8b92b2a3.tar.gz qmk_firmware-854547330704fb1b1f07d547d49728da8b92b2a3.zip |
Removes terminal from QMK. (#17258)
Diffstat (limited to 'builddefs')
-rw-r--r-- | builddefs/common_features.mk | 6 | ||||
-rw-r--r-- | builddefs/show_options.mk | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/builddefs/common_features.mk b/builddefs/common_features.mk index c976b8296d..631558ef27 100644 --- a/builddefs/common_features.mk +++ b/builddefs/common_features.mk @@ -542,12 +542,6 @@ ifeq ($(strip $(LED_TABLES)), yes) SRC += $(QUANTUM_DIR)/led_tables.c endif -ifeq ($(strip $(TERMINAL_ENABLE)), yes) - SRC += $(QUANTUM_DIR)/process_keycode/process_terminal.c - OPT_DEFS += -DTERMINAL_ENABLE - OPT_DEFS += -DUSER_PRINT -endif - ifeq ($(strip $(VIA_ENABLE)), yes) DYNAMIC_KEYMAP_ENABLE := yes RAW_ENABLE := yes diff --git a/builddefs/show_options.mk b/builddefs/show_options.mk index f67d009191..1c1c189f27 100644 --- a/builddefs/show_options.mk +++ b/builddefs/show_options.mk @@ -5,7 +5,6 @@ BUILD_OPTION_NAMES = \ CONSOLE_ENABLE \ COMMAND_ENABLE \ NKRO_ENABLE \ - TERMINAL_ENABLE \ CUSTOM_MATRIX \ DEBOUNCE_TYPE \ SPLIT_KEYBOARD \ |