Skip to content

Commit

Permalink
Remove extraneous comma
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahAndrews committed Mar 4, 2016
1 parent 5f3e99f commit ee1b940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/template/template.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 }, \
Expand Down

0 comments on commit ee1b940

Please sign in to comment.