Преглед изворни кода

Merge pull request #176 from NoahAndrews/fix-new-projects

Fix building new projects
Jack Humbert пре 9 година
родитељ
комит
825626b1f4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      quantum/template/template.h

+ 1 - 1
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 }, \