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
|
|
@ -3,8 +3,10 @@ RGB_MATRIX_ENABLE = yes
|
|||
OLED_ENABLE = yes
|
||||
|
||||
# override keyboard defaults
|
||||
# qmk_firmware\keyboards\bluebell\swoop\rules.mk
|
||||
# ENCODER_ENABLE = yes
|
||||
# keyboards\bluebell\swoop\info.json
|
||||
# keyboards\bluebell\swoop\rules.mk
|
||||
|
||||
ENCODER_ENABLE = yes
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = no
|
||||
RGB_MATRIX_DRIVER = ws2812
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue