X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fcommand.h;h=961edf1574440a7d8b497dff8df331bcc25b3abd;hb=2e5e6a69bc007d5cdb1a3a0a39f9db8abd883ecd;hp=b57a6c1cedc504ae77862f5d1f12a9914ee8be22;hpb=74019c8e417dbfac0b925effa1b29769d04bd8d5;p=max%2Ftmk_keyboard.git diff --git a/tmk_core/common/command.h b/tmk_core/common/command.h index b57a6c1c..961edf15 100644 --- a/tmk_core/common/command.h +++ b/tmk_core/common/command.h @@ -16,7 +16,7 @@ along with this program. If not, see . */ #ifndef COMMAND_H -#define COMMAND +#define COMMAND_H /* TODO: Refactoring */ typedef enum { ONESHOT, CONSOLE, MOUSEKEY } command_state_t;