diff --git a/right/src/config_parser/parse_config.c b/right/src/config_parser/parse_config.c index 73b5092..d2b7dad 100644 --- a/right/src/config_parser/parse_config.c +++ b/right/src/config_parser/parse_config.c @@ -1,6 +1,7 @@ #include "parse_config.h" #include "parse_keymap.h" #include "parse_macro.h" +#include "keymaps.h" static parser_error_t parseModuleConfiguration(config_buffer_t *buffer) { uint8_t id = readUInt8(buffer);