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:
Victor 2024-05-15 23:07:32 -05:00
parent 555c17e3cd
commit 0c479c0502
Failed to generate hash of commit
8 changed files with 39 additions and 104 deletions

View file

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