The last commit did work

- so moving the alias to .h file
This commit is contained in:
Victor 2024-05-15 10:05:19 -05:00
parent a80b4c97ef
commit 555c17e3cd
Failed to generate hash of commit
3 changed files with 19 additions and 7 deletions

View file

@ -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