summaryrefslogtreecommitdiffstats
path: root/quantum/template
diff options
context:
space:
mode:
authorNoah Andrews <NoahAndrews@users.noreply.github.com>2016-03-04 16:53:58 +0100
committerNoah Andrews <NoahAndrews@users.noreply.github.com>2016-03-04 16:53:58 +0100
commitee1b94045e5bebda517119cb1853b0ab3fd0f499 (patch)
tree8c57d8e590fb9baf8a5eac7415010a361d8b1ba3 /quantum/template
parent5f3e99f67b2d8ae4d04fa132c154e1c3aed68e7b (diff)
downloadqmk_firmware-ee1b94045e5bebda517119cb1853b0ab3fd0f499.tar.gz
qmk_firmware-ee1b94045e5bebda517119cb1853b0ab3fd0f499.tar.xz
Remove extraneous comma
Diffstat (limited to 'quantum/template')
-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 @@
// The second converts the arguments into a two-dimensional array
#define KEYMAP( \
k00, k01, k02, \
- k10, k11, \
+ k10, k11 \
) \
{ \
{ k00, k01, k02 }, \