aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/template/base/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/template/base/keyboard.h')
-rw-r--r--quantum/template/base/keyboard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/template/base/keyboard.h b/quantum/template/base/keyboard.h
index 8a21d9257..bd2e88d12 100644
--- a/quantum/template/base/keyboard.h
+++ b/quantum/template/base/keyboard.h
@@ -29,8 +29,7 @@
#define LAYOUT( \
k00, k01, k02, \
k10, k12 \
-) \
-{ \
+) { \
{ k00, k01, k02 }, \
{ k10, KC_NO, k12 } \
}