Save at a working point
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user