Save at a working point

This commit is contained in:
skullY
2017-04-23 13:53:47 -07:00
parent 36ae7c7d9a
commit 31782fa961
9 changed files with 128 additions and 91 deletions
+6 -1
View File
@@ -21,6 +21,11 @@
// This a shortcut to help you visually see your layout.
// The first section contains all of the arguments
// The second converts the arguments into a two-dimensional array
#define KEYMAP(k00, k01, k02, k03) { { k00, k03, k01, k02, }, }
#define KEYMAP(\
k00, k03, \
k01, k02 \
) { { \
k00, k01, k02, k03, \
}, }
#endif