tmk_keyboard/command.h

9 lines
101 B
C

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