summaryrefslogtreecommitdiff
path: root/keyboards/rgbkb/zen/post_rules.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-08-07 13:57:12 +0100
committerGitHub <noreply@github.com>2022-08-07 13:57:12 +0100
commita6ea760c94a7fc33a6c727f01ade068ecb072b48 (patch)
tree543fbeccde2083d0643ac2a713c5f716455afa8a /keyboards/rgbkb/zen/post_rules.mk
parentb9269bf68959d1503dffd8dd7586bf824446a252 (diff)
rgbkb/zen - Resolve CONVERT_TO_PROTON_C warnings (#17619)
Diffstat (limited to 'keyboards/rgbkb/zen/post_rules.mk')
-rw-r--r--keyboards/rgbkb/zen/post_rules.mk15
1 files changed, 2 insertions, 13 deletions
diff --git a/keyboards/rgbkb/zen/post_rules.mk b/keyboards/rgbkb/zen/post_rules.mk
index 3ddb449efa..212d9e8693 100644
--- a/keyboards/rgbkb/zen/post_rules.mk
+++ b/keyboards/rgbkb/zen/post_rules.mk
@@ -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