mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 07:34:18 -04:00
Forgot to turn off RGBLight, which may be a conflict
This commit is contained in:
parent
0eafe4f4c8
commit
0b934d4532
2 changed files with 10 additions and 6 deletions
|
@ -4,7 +4,8 @@ OLED_ENABLE = yes
|
|||
|
||||
# override keyboard defaults
|
||||
# qmk_firmware\keyboards\bluebell\swoop\rules.mk
|
||||
ENCODER_ENABLE = yes
|
||||
# ENCODER_ENABLE = yes
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
CONVERT_TO = blok
|
||||
RGBLIGHT_ENABLE = no
|
||||
RGB_MATRIX_DRIVER = ws2812
|
||||
CONVERT_TO = blok
|
|
@ -10,14 +10,17 @@ https://docs.qmk.fm/#/feature_split_keyboard
|
|||
#undef SPLIT_LED_STATE_ENABLE
|
||||
#undef SPLIT_MODS_ENABLE
|
||||
#undef SPLIT_OLED_ENABLE
|
||||
#undef SPLIT_ACTIVITY_ENABLE
|
||||
#undef SPLIT_USB_DETECT
|
||||
|
||||
|
||||
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_MODS_ENABLE
|
||||
//#define SPLIT_LAYER_STATE_ENABLE
|
||||
//#define SPLIT_LED_STATE_ENABLE
|
||||
//#define SPLIT_MODS_ENABLE
|
||||
#define SPLIT_OLED_ENABLE
|
||||
#define SPLIT_ACTIVITY_ENABLE
|
||||
//# define SPLIT_USB_DETECT
|
||||
|
||||
#define MASTER_RIGHT
|
Loading…
Add table
Add a link
Reference in a new issue