diff options
Diffstat (limited to 'users/drashna/drashna.h')
-rw-r--r-- | users/drashna/drashna.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h index 8d32a5f98..8a022cd14 100644 --- a/users/drashna/drashna.h +++ b/users/drashna/drashna.h | |||
@@ -181,6 +181,7 @@ enum { | |||
181 | // arguments, we need a wrapper in order for these definitions to be | 181 | // arguments, we need a wrapper in order for these definitions to be |
182 | // expanded before being used as arguments to the LAYOUT_xxx macro. | 182 | // expanded before being used as arguments to the LAYOUT_xxx macro. |
183 | #define LAYOUT_ergodox_wrapper(...) LAYOUT_ergodox(__VA_ARGS__) | 183 | #define LAYOUT_ergodox_wrapper(...) LAYOUT_ergodox(__VA_ARGS__) |
184 | #define LAYOUT_ergodox_pretty_wrapper(...) LAYOUT_ergodox_pretty(__VA_ARGS__) | ||
184 | #define KEYMAP_wrapper(...) KEYMAP(__VA_ARGS__) | 185 | #define KEYMAP_wrapper(...) KEYMAP(__VA_ARGS__) |
185 | 186 | ||
186 | 187 | ||