rgbkb/zen - Resolve CONVERT_TO_PROTON_C warnings (#17619)

This commit is contained in:
Joel Challis
2022-08-07 13:57:12 +01:00
committed by GitHub
parent b9269bf689
commit a6ea760c94
10 changed files with 31 additions and 110 deletions

View File

@@ -1,14 +1,3 @@
ifeq ($(strip $(CTPC)), yes)
CONVERT_TO_PROTON_C=yes
endif
ifeq ($(strip $(CONVERT_TO_PROTON_C)), yes)
SPLIT_KEYBOARD = no # currently unsupported on ARM
RGBLIGHT_ENABLE = no # currently unsupported on ARM
EXTRAFLAGS += -DUSE_PROTON_C
else
# Currently moved to Pro Micro only section because of lack of Proton-C support
SPLIT_KEYBOARD = yes
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
ifeq ($(strip $(CONVERT_TO)), proton_c)
RGBLIGHT_ENABLE = no # OOB incompatible with split on ARM
endif