mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-28 10:05:39 -04:00
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:
parent
0b934d4532
commit
d6c6d5d731
11 changed files with 41 additions and 252 deletions
|
@ -40,4 +40,8 @@
|
|||
|
||||
#if defined(SPLIT_KEYBOARD)
|
||||
# include "config/split_config.h"
|
||||
#endif
|
||||
|
||||
#if defined(OLED_ENABLE)
|
||||
# include "config/oled_config.h"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue