X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fcommand.h;h=961edf1574440a7d8b497dff8df331bcc25b3abd;hb=4e83400fc6f67a0559cf343ba5846b505c35fd30;hp=b57a6c1cedc504ae77862f5d1f12a9914ee8be22;hpb=3fe8e1c238fc8e15dacda1b03c0c1745a7b8e8e7;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;