瀏覽代碼

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