mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-08 04:35:34 -04:00
Added my keymap to klor
This commit is contained in:
parent
0c479c0502
commit
2123c10102
7 changed files with 85 additions and 25 deletions
|
@ -31,12 +31,13 @@
|
|||
#define ___ KC_NO
|
||||
|
||||
|
||||
// it does not like it when the macro starts with LAYOUT...
|
||||
#ifdef KLOR_POLYDACTYL
|
||||
# define KLOR(...) LAYOUT_polydactyl(__VA_ARGS__)
|
||||
# define KLOR_LAYOUT(...) LAYOUT_polydactyl(__VA_ARGS__)
|
||||
#elif defined(KLOR_KONRAD)
|
||||
# define KLOR(...) LAYOUT_konrad(__VA_ARGS__)
|
||||
# define KLOR_LAYOUT(...) LAYOUT_konrad(__VA_ARGS__)
|
||||
#elif defined(KLOR_YUBITSUME)
|
||||
# define KLOR(...) LAYOUT_yubitsume(__VA_ARGS__)
|
||||
# define KLOR_LAYOUT(...) LAYOUT_yubitsume(__VA_ARGS__)
|
||||
#elif defined(KLOR_SAEGEWERK)
|
||||
# define KLOR(...) LAYOUT_saegewerk(__VA_ARGS__)
|
||||
# define KLOR_LAYOUT(...) LAYOUT_saegewerk(__VA_ARGS__)
|
||||
#endif //KLOR_POLYDACTL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue