mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-02 19:31:58 +00:00
7 lines
71 B
C
7 lines
71 B
C
#ifndef COMMAND_H
|
|
#define COMMAND
|
|
|
|
uint8_t command_proc(void);
|
|
|
|
#endif
|