mirror of
https://github.com/moparisthebest/tmk_keyboard
synced 2024-11-13 21:05:09 -05:00
7 lines
71 B
C
7 lines
71 B
C
#ifndef COMMAND_H
|
|
#define COMMAND
|
|
|
|
uint8_t command_proc(void);
|
|
|
|
#endif
|