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