mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
9 lines
186 B
C
9 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__)
|