diff options
author | leah-splitkb <103112489+leah-splitkb@users.noreply.github.com> | 2022-10-27 17:01:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 16:01:17 +0100 |
commit | 20ce76f48c4c8c0978b6b78075319b41bb503c76 (patch) | |
tree | 4a82c702516c489cd487e417690f8938f9125be9 /keyboards/splitkb/aurora/sweep/keymaps/debug | |
parent | d8183c52492557fdc8f35cec67c70170bae55efa (diff) |
[Keyboard] Minor Aurora Sweep fixes (#18879)
- Fixes compile error with `SWAP_HANDS_ENABLE = yes`
- Fixes OLED, RGB Matrix, and encoder when using QMK Configurator
Diffstat (limited to 'keyboards/splitkb/aurora/sweep/keymaps/debug')
-rw-r--r-- | keyboards/splitkb/aurora/sweep/keymaps/debug/rules.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/keyboards/splitkb/aurora/sweep/keymaps/debug/rules.mk b/keyboards/splitkb/aurora/sweep/keymaps/debug/rules.mk index 066675cb48..c8a3944323 100644 --- a/keyboards/splitkb/aurora/sweep/keymaps/debug/rules.mk +++ b/keyboards/splitkb/aurora/sweep/keymaps/debug/rules.mk @@ -13,6 +13,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -ENCODER_ENABLE = yes -OLED_ENABLE = yes +# NOTE: These are already enabled by default at the revision level +#ENCODER_ENABLE = yes +#OLED_ENABLE = yes + +# RGB Matrix is enabled at the revision level, +# while we use the regular RGB underglow for testing +RGB_MATRIX_ENABLE = no RGBLIGHT_ENABLE = yes |