Merge pull request #176 from NoahAndrews/fix-new-projects
Fix building new projectsdaktil_thumb_popravljen
commit
825626b1f4
|
@ -12,7 +12,7 @@
|
||||||
// The second converts the arguments into a two-dimensional array
|
// The second converts the arguments into a two-dimensional array
|
||||||
#define KEYMAP( \
|
#define KEYMAP( \
|
||||||
k00, k01, k02, \
|
k00, k01, k02, \
|
||||||
k10, k11, \
|
k10, k11 \
|
||||||
) \
|
) \
|
||||||
{ \
|
{ \
|
||||||
{ k00, k01, k02 }, \
|
{ k00, k01, k02 }, \
|
||||||
|
|
Loading…
Reference in New Issue