Removes terminal from QMK. (#17258)
This commit is contained in:
@@ -7,7 +7,6 @@ MOUSEKEY_ENABLE = yes # Enable mouse control keycodes. Increases firmware size
|
||||
TAP_DANCE_ENABLE = yes # Enable tap dance keys
|
||||
CONSOLE_ENABLE = yes # Enable debugging console. Increases firmware size.
|
||||
SRC += config_led.c # Used to add files to the compilation/linking list.
|
||||
TERMINAL_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
# RAW_ENABLE = yes # Raw HID has not yet been implemented for this keyboard
|
||||
# COMBO_ENABLE # Key combo feature
|
||||
|
@@ -7,7 +7,6 @@ MOUSEKEY_ENABLE = no # Enable mouse control keycodes. Increases firmware size.
|
||||
TAP_DANCE_ENABLE = no # Enable tap dance keys
|
||||
CONSOLE_ENABLE = no # Enable debugging console. Increases firmware size.
|
||||
SRC += config_led.c # Used to add files to the compilation/linking list.
|
||||
TERMINAL_ENABLE = no
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
#RAW_ENABLE = yes #Raw HID has not yet been implemented for this keyboard
|
||||
#COMBO_ENABLE #Key combo feature
|
||||
|
@@ -8,7 +8,6 @@ TAP_DANCE_ENABLE = yes # Enable tap dance keys
|
||||
CONSOLE_ENABLE = no # Enable debugging console. Increases firmware size.
|
||||
SRC += config_led.c # Used to add files to the compilation/linking list.
|
||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||
TERMINAL_ENABLE = no
|
||||
# RAW_ENABLE = yes # Raw HID has not yet been implemented for this keyboard
|
||||
# COMBO_ENABLE # Key combo feature
|
||||
# LEADER_ENABLE # Enable leader key chording
|
||||
|
Reference in New Issue
Block a user