mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-08 16:01:40 +00:00
7 lines
71 B
C
7 lines
71 B
C
#ifndef COMMAND_H
|
|
#define COMMAND
|
|
|
|
uint8_t command_proc(void);
|
|
|
|
#endif
|