mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Test End Revert "test RGBLIGHT_SPLIT on keyboards/handwired/pdhelix"
This reverts commit 80118a6bbd
.
[x] make RGBLIGHT_TEST=1 handwired/pdhelix/i2c:default
[x] make RGBLIGHT_TEST=2 handwired/pdhelix/i2c:default (same RGBLIGHT_TEST=3)
[x] make RGBLIGHT_TEST=3 handwired/pdhelix/i2c:default
[x] make RGBLIGHT_TEST=1 handwired/pdhelix/pd2:default
[x] make RGBLIGHT_TEST=2 handwired/pdhelix/pd2:default
[x] make RGBLIGHT_TEST=3 handwired/pdhelix/pd2:default
[x] make RGBLIGHT_TEST=1 handwired/pdhelix/pd2_2oled:default
[x] make RGBLIGHT_TEST=2 handwired/pdhelix/pd2_2oled:default
[x] make RGBLIGHT_TEST=3 handwired/pdhelix/pd2_2oled:default
This commit is contained in:
parent
80118a6bbd
commit
dbbdfa3a29
@ -88,13 +88,4 @@ CONSOLE_ENABLE = no # Console for debug(+400)
|
|||||||
COMMAND_ENABLE = no # Commands for debug and configuration
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
||||||
|
|
||||||
SPLIT_KEYBOARD = yes
|
SPLIT_KEYBOARD = yes
|
||||||
DEFAULT_FOLDER = handwired/pdhelix/pd2
|
DEFAULT_FOLDER = handwired/pdhelix/pd0
|
||||||
|
|
||||||
ifeq ($(strip $(RGBLIGHT_TEST)), 1)
|
|
||||||
RGBLIGHT_ENABLE = no # disable rgblight
|
|
||||||
else ifeq ($(strip $(RGBLIGHT_TEST)), 2)
|
|
||||||
RGBLIGHT_ENABLE = yes # enable rgblight without sync
|
|
||||||
else ifeq ($(strip $(RGBLIGHT_TEST)), 3)
|
|
||||||
RGBLIGHT_ENABLE = yes
|
|
||||||
OPT_DEFS += -DRGBLIGHT_SPLIT # enable rgblight with sync
|
|
||||||
endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user