diff options
author | Nick Brassel <nick@tzarc.org> | 2022-11-06 00:15:55 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 00:15:55 +1100 |
commit | 5233c69bc60aa612709e5d74a005431594612b6e (patch) | |
tree | fd4646bac5ab7d74a791c19d69ec9a5c54ecaf46 /quantum/process_keycode/process_printer.h | |
parent | 4d33f356a62c195f5498ed2fe8dd3ea434d5a689 (diff) |
Remove thermal printer. (#18959)
Diffstat (limited to 'quantum/process_keycode/process_printer.h')
-rw-r--r-- | quantum/process_keycode/process_printer.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/quantum/process_keycode/process_printer.h b/quantum/process_keycode/process_printer.h deleted file mode 100644 index 6f4d09f333..0000000000 --- a/quantum/process_keycode/process_printer.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Copyright 2016 Jack Humbert - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#pragma once - -#include "quantum.h" - -bool process_printer(uint16_t keycode, keyrecord_t *record); |