mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-12 06:16:33 -04:00
The last commit did work
- so moving the alias to .h file
This commit is contained in:
parent
a80b4c97ef
commit
555c17e3cd
3 changed files with 19 additions and 7 deletions
|
@ -28,4 +28,15 @@
|
|||
*/
|
||||
|
||||
// readability
|
||||
#define ___ KC_NO
|
||||
#define ___ KC_NO
|
||||
|
||||
|
||||
#ifdef KLOR_POLYDACTYL
|
||||
# define LAYOUT_KLOR(...) LAYOUT_polydactyl(__VA_ARGS__)
|
||||
#elif defined(KLOR_KONRAD)
|
||||
# define LAYOUT_KLOR(...) LAYOUT_konrad(__VA_ARGS__)
|
||||
#elif defined(KLOR_YUBITSUME)
|
||||
# define LAYOUT_KLOR(...) LAYOUT_yubitsume(__VA_ARGS__)
|
||||
#elif defined(KLOR_SAEGEWERK)
|
||||
# define LAYOUT_KLOR(...) LAYOUT_saegewerk(__VA_ARGS__)
|
||||
#endif //KLOR_POLYDACTL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue