forked from mirrors/qmk_userspace
[Keyboard] Minor Aurora Sweep fixes (#18879)
- Fixes compile error with `SWAP_HANDS_ENABLE = yes` - Fixes OLED, RGB Matrix, and encoder when using QMK Configurator
This commit is contained in:
parent
d8183c5249
commit
20ce76f48c
5 changed files with 23 additions and 8 deletions
|
|
@ -54,6 +54,9 @@
|
|||
]
|
||||
],
|
||||
"config": {
|
||||
// Support for OLED, RGB, and encoders is already enabled
|
||||
// by default on the revision level, but we repeat it here
|
||||
// to make clear that you can disable them to save space.
|
||||
"features": {
|
||||
"oled": true,
|
||||
"rgb_matrix": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue