mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-13 20:14:40 +00:00
8 lines
186 B
C
8 lines
186 B
C
#pragma once
|
|
|
|
#if (!defined(LAYOUT) && defined(KEYMAP))
|
|
# define LAYOUT KEYMAP
|
|
#endif
|
|
|
|
#define KEYMAP_wrapper(...) LAYOUT(__VA_ARGS__)
|
|
#define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__)
|