From 57bc530b091bc569dcc33ae31a066651c5b57927 Mon Sep 17 00:00:00 2001 From: Andrew Gallagher Date: Wed, 25 Oct 2017 22:39:27 +0100 Subject: [PATCH] Make astyle shut up --- keymaps.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keymaps.h b/keymaps.h index 6d8a328d..fba640fe 100644 --- a/keymaps.h +++ b/keymaps.h @@ -43,12 +43,12 @@ enum { QWERTY, FUNCTION, NUMPAD }; // layers const Key keymaps[][ROWS][COLS] PROGMEM = { [QWERTY] = - #include "layer-std-qwerty.h" +#include "layer-std-qwerty.h" , [FUNCTION] = - #include "layer-std-function.h" +#include "layer-std-function.h" , [NUMPAD] = - #include "layer-std-numpad.h" +#include "layer-std-numpad.h" };