diff options
| author | Nick Brassel | 2022-11-05 14:15:55 +0100 |
|---|---|---|
| committer | GitHub | 2022-11-05 14:15:55 +0100 |
| commit | 5233c69bc60aa612709e5d74a005431594612b6e (patch) | |
| tree | fd4646bac5ab7d74a791c19d69ec9a5c54ecaf46 /quantum/quantum.c | |
| parent | 4d33f356a62c195f5498ed2fe8dd3ea434d5a689 (diff) | |
Remove thermal printer. (#18959)
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 2333357be1..c60ec22d8b 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -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 |