1
0
Fork 0

Add Pretty Keymaps to Ergodox EZ

This commit is contained in:
Drashna Jael're 2018-03-20 13:57:53 -07:00 committed by Jack Humbert
parent 1fbddc6613
commit 4ec03111cc
3 changed files with 147 additions and 166 deletions

View file

@ -181,6 +181,7 @@ enum {
// arguments, we need a wrapper in order for these definitions to be
// expanded before being used as arguments to the LAYOUT_xxx macro.
#define LAYOUT_ergodox_wrapper(...) LAYOUT_ergodox(__VA_ARGS__)
#define LAYOUT_ergodox_pretty_wrapper(...) LAYOUT_ergodox_pretty(__VA_ARGS__)
#define KEYMAP_wrapper(...) KEYMAP(__VA_ARGS__)