Skip to content

Commit

Permalink
test RGBLIGHT_SPLIT on keyboards/handwired/pdhelix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtei committed Mar 29, 2019
1 parent 07c33fc commit 80118a6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion keyboards/handwired/pdhelix/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,13 @@ CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = no # Commands for debug and configuration

SPLIT_KEYBOARD = yes
DEFAULT_FOLDER = handwired/pdhelix/pd0
DEFAULT_FOLDER = handwired/pdhelix/pd2

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

0 comments on commit 80118a6

Please sign in to comment.