mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-18 12:46:55 -04:00
Got everything working
- can't have a layout macro start with LAYOUT. Now it's just KLOR(...) - Turn off extra features for AVR MCU in post_rules.mk. This helps all customizations remain in the keymap. - Updatd documentation
This commit is contained in:
parent
555c17e3cd
commit
0c479c0502
8 changed files with 39 additions and 104 deletions
|
@ -32,11 +32,11 @@
|
|||
|
||||
|
||||
#ifdef KLOR_POLYDACTYL
|
||||
# define LAYOUT_KLOR(...) LAYOUT_polydactyl(__VA_ARGS__)
|
||||
# define KLOR(...) LAYOUT_polydactyl(__VA_ARGS__)
|
||||
#elif defined(KLOR_KONRAD)
|
||||
# define LAYOUT_KLOR(...) LAYOUT_konrad(__VA_ARGS__)
|
||||
# define KLOR(...) LAYOUT_konrad(__VA_ARGS__)
|
||||
#elif defined(KLOR_YUBITSUME)
|
||||
# define LAYOUT_KLOR(...) LAYOUT_yubitsume(__VA_ARGS__)
|
||||
# define KLOR(...) LAYOUT_yubitsume(__VA_ARGS__)
|
||||
#elif defined(KLOR_SAEGEWERK)
|
||||
# define LAYOUT_KLOR(...) LAYOUT_saegewerk(__VA_ARGS__)
|
||||
# define KLOR(...) LAYOUT_saegewerk(__VA_ARGS__)
|
||||
#endif //KLOR_POLYDACTL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue