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

Fix building new projects
This commit is contained in:
Jack Humbert 2016-03-04 10:58:36 -05:00
commit 825626b1f4
1 changed files with 1 additions and 1 deletions

View File

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