1
0
Fork 0

Removes terminal from QMK. (#17258)

This commit is contained in:
Nick Brassel 2022-05-31 15:38:08 +10:00 committed by GitHub
parent 9e2fe4eff6
commit 8545473307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 38 additions and 663 deletions

View file

@ -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