summaryrefslogtreecommitdiffstats
path: root/keyboards/maxipad/maxipad.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-12-04 19:53:25 +0100
committerGitHub <noreply@github.com>2016-12-04 19:53:25 +0100
commitdd2911151b33fd309799343a68794db907ed2224 (patch)
tree5b5770e314375605a7f763f7560597b8502e57f0 /keyboards/maxipad/maxipad.h
parent082f7ed3d398bac369e93e68198b123d76c15594 (diff)
parent0f71c81df833a282250ecc4e66034320e40b208e (diff)
downloadqmk_firmware-dd2911151b33fd309799343a68794db907ed2224.tar.gz
qmk_firmware-dd2911151b33fd309799343a68794db907ed2224.tar.xz
Merge pull request #932 from climbalima/master
Added ponoko svg for lets split
Diffstat (limited to 'keyboards/maxipad/maxipad.h')
-rw-r--r--keyboards/maxipad/maxipad.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/maxipad/maxipad.h b/keyboards/maxipad/maxipad.h
index eee1309dd..4d8c6428d 100644
--- a/keyboards/maxipad/maxipad.h
+++ b/keyboards/maxipad/maxipad.h
@@ -8,18 +8,18 @@
// The first section contains all of the arguements
// The second converts the arguments into a two-dimensional array
#define KEYMAP( \
- k00, k01, k02, k03, k04, k05, \
- k10, k11, k12, k13, k14, k15, \
- k20, k21, k22, k23, k24, k25, \
- k30, k31, k32, k33, k34, k35, \
- k40, k41, k42, k43, k44, k45 \
+ k00, k01, k02, k03, k04, k05, \
+ k10, k11, k12, k13, k14, k15, \
+ k20, k21, k22, k23, k24, k25, \
+ k30, k31, k32, k33, k34, k35, \
+ k40, k41, k42, k43, k44, k45 \
) \
{ \
{ k00, k01, k02, k03, k04, k05 }, \
{ k10, k11, k12, k13, k14, k15 }, \
{ k20, k21, k22, k23, k24, k25 }, \
{ k30, k31, k32, k33, k34, k35 }, \
- { k40, k41, k42, k43, k44, k45} \
+ { k40, k41, k42, k43, k44, k45 } \
}
#endif