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

@ -316,9 +316,6 @@ bool process_record_quantum(keyrecord_t *record) {
#ifdef LEADER_ENABLE
process_leader(keycode, record) &&
#endif
#ifdef PRINTING_ENABLE
process_printer(keycode, record) &&
#endif
#ifdef AUTO_SHIFT_ENABLE
process_auto_shift(keycode, record) &&
#endif