diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-03-04 10:58:36 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-03-04 10:58:36 -0500 |
commit | 825626b1f41203f98f757e3a2fe488ee71153adf (patch) | |
tree | 8c57d8e590fb9baf8a5eac7415010a361d8b1ba3 | |
parent | 5f3e99f67b2d8ae4d04fa132c154e1c3aed68e7b (diff) | |
parent | ee1b94045e5bebda517119cb1853b0ab3fd0f499 (diff) |
Merge pull request #176 from NoahAndrews/fix-new-projects
Fix building new projects
-rw-r--r-- | quantum/template/template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/template.h b/quantum/template/template.h index d4d78e4c91..a15061b267 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 }, \ |