1
0
Fork 0

Remove thermal printer. (#18959)

This commit is contained in:
Nick Brassel 2022-11-06 00:15:55 +11:00 committed by GitHub
parent 4d33f356a6
commit 5233c69bc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 8 additions and 958 deletions

View file

@ -121,10 +121,6 @@ extern layer_state_t layer_state;
# include "process_tap_dance.h"
#endif
#ifdef PRINTING_ENABLE
# include "process_printer.h"
#endif
#ifdef AUTO_SHIFT_ENABLE
# include "process_auto_shift.h"
#endif