Organization and cleanup

- added more clarity on which files have config to each rules.mk
- enabled encoder on swoop again
- removed rollow oled config/files because default is fine
- added some keycodes back because I forgot not all keyboards have encoders
- added common oled config
This commit is contained in:
Victor 2024-04-24 18:44:08 -05:00
parent 0b934d4532
commit d6c6d5d731
Failed to generate hash of commit
11 changed files with 41 additions and 252 deletions

View file

@ -40,4 +40,8 @@
#if defined(SPLIT_KEYBOARD)
# include "config/split_config.h"
#endif
#if defined(OLED_ENABLE)
# include "config/oled_config.h"
#endif