From 431b2f2f185e4b8c9b1180d74444a9fe8848f8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 15 Jun 2017 18:17:59 +0200 Subject: [PATCH] Fix file structure according to our coding standards. --- right/src/config/parse_keymap.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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