diff --git a/right/src/config/parse_keymap.h b/right/src/config/parse_keymap.h index 1a90802..7435b6c 100644 --- a/right/src/config/parse_keymap.h +++ b/right/src/config/parse_keymap.h @@ -1,8 +1,12 @@ #ifndef __PARSE_KEYMAP_H__ #define __PARSE_KEYMAP_H__ -#include +// Includes: -void ParseLayer(const uint8_t *data, uint8_t targetLayer); + #include + +// Functions: + + void ParseLayer(const uint8_t *data, uint8_t targetLayer); #endif