Browse Source

test RGBLIGHT_SPLIT on keyboards/handwired/pdhelix

pull/5509/head
mtei 5 years ago
parent
commit
80118a6bbd
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      keyboards/handwired/pdhelix/rules.mk

+ 10
- 1
keyboards/handwired/pdhelix/rules.mk View File

@ -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

Loading…
Cancel
Save