1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
tmk_keyboard_custom/command.h
2011-02-22 03:09:05 +09:00

7 lines
71 B
C

#ifndef COMMAND_H
#define COMMAND
uint8_t command_proc(void);
#endif