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
|
|
@ -1,11 +1,12 @@
|
|||
# override userspace defaults
|
||||
|
||||
DYNAMIC_MACRO_ENABLE = no
|
||||
|
||||
# override keyboard defaults
|
||||
# qmk_firmware\keyboards\crkbd\rev1\rules.mk
|
||||
# qmk_firmware\keyboards\crkbd\rules.mk
|
||||
# qmk_firmware\keyboards\crkbd\info.json
|
||||
OLED_DRIVER = ssd1306
|
||||
OLED_ENABLE = yes
|
||||
# keyboards\crkbd\info.json
|
||||
# keyboards\crkbd\rev1\info.json
|
||||
# keyboards\crkbd\rules.mk
|
||||
# keyboards\crkbd\rev1\rules.mk
|
||||
|
||||
RGB_MATRIX_ENABLE = no
|
||||
RGBLIGHT_ENABLE = no
|
||||
Loading…
Add table
Add a link
Reference in a new issue