forked from mirrors/qmk_userspace
Keymap: fix userspace compile error with planck grid (#4719)
This commit is contained in:
parent
fc921a9c54
commit
33483b440c
2 changed files with 10 additions and 11 deletions
|
@ -85,7 +85,6 @@ expanded before being used as arguments to the LAYOUT_xxx macro.
|
|||
#define KEYMAP_wrapper(...) LAYOUT(__VA_ARGS__)
|
||||
#define LAYOUT_wrapper(...) LAYOUT(__VA_ARGS__)
|
||||
#define LAYOUT_ortho_4x12_wrapper(...) LAYOUT_ortho_4x12(__VA_ARGS__)
|
||||
#define LAYOUT_planck_grid(...) LAYOUT_planck_grid(__VA_ARGS__)
|
||||
|
||||
/*
|
||||
Blocks for each of the four major keyboard layouts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue