aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/template/template.h')
-rw-r--r--quantum/template/template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/template.h b/quantum/template/template.h
index d4d78e4c9..a15061b26 100644
--- a/quantum/template/template.h
+++ b/quantum/template/template.h
@@ -12,7 +12,7 @@
12// The second converts the arguments into a two-dimensional array 12// The second converts the arguments into a two-dimensional array
13#define KEYMAP( \ 13#define KEYMAP( \
14 k00, k01, k02, \ 14 k00, k01, k02, \
15 k10, k11, \ 15 k10, k11 \
16) \ 16) \
17{ \ 17{ \
18 { k00, k01, k02 }, \ 18 { k00, k01, k02 }, \