mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-04 14:44:16 -04:00
Fixing bugs
- enabling OLED for swoop - Maybe I do need encoder enable for it to work - enabling RGB Matrix
This commit is contained in:
parent
589c6bda9b
commit
b8d990ee2e
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
# override userspace defaults
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
|
||||
# override keyboard defaults
|
||||
# qmk_firmware\keyboards\bluebell\swoop\rules.mk
|
||||
ENCODER_ENABLE = yes
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
CONVERT_TO = blok
|
|
@ -22,6 +22,7 @@ RGB_MATRIX_ENABLE ?= no
|
|||
RGBLIGHT_ENABLE ?= no
|
||||
POINTING_DEVICE_ENABLE ?= no
|
||||
OLED_ENABLE ?= no
|
||||
ENCODER_ENABLE ?= no
|
||||
ENCODER_MAP_ENABLE ?= no
|
||||
|
||||
# qmk features we will force
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue