From b8d990ee2ec2f25bb42f79c79cf81990de4b1aa4 Mon Sep 17 00:00:00 2001 From: Victor Date: Sat, 6 Apr 2024 18:38:12 -0500 Subject: [PATCH] Fixing bugs - enabling OLED for swoop - Maybe I do need encoder enable for it to work - enabling RGB Matrix --- keyboards/bluebell/swoop/keymaps/t4corun/rules.mk | 3 +++ users/t4corun/rules.mk | 1 + 2 files changed, 4 insertions(+) diff --git a/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk b/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk index 1088abef..617069f4 100644 --- a/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk +++ b/keyboards/bluebell/swoop/keymaps/t4corun/rules.mk @@ -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 \ No newline at end of file diff --git a/users/t4corun/rules.mk b/users/t4corun/rules.mk index 9891d399..46209b39 100644 --- a/users/t4corun/rules.mk +++ b/users/t4corun/rules.mk @@ -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