mirror of
https://github.com/nalf3in/vial-qmk.git
synced 2025-12-24 04:30:06 +00:00
8 lines
111 B
C
8 lines
111 B
C
#ifndef PROCESS_PRINTER_H
|
|
#define PROCESS_PRINTER_H
|
|
|
|
#include "quantum.h"
|
|
|
|
#include "protocol/serial.h"
|
|
|
|
#endif |