Move velocikey to within rgblight (#22123)

This commit is contained in:
Joel Challis
2023-09-25 17:48:10 +01:00
committed by GitHub
parent 1052c03a5b
commit 339bff6339
16 changed files with 124 additions and 150 deletions

View File

@@ -342,6 +342,10 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
ifeq ($(strip $(RGBLIGHT_DRIVER)), apa102)
APA102_DRIVER_REQUIRED := yes
endif
ifeq ($(strip $(VELOCIKEY_ENABLE)), yes)
OPT_DEFS += -DVELOCIKEY_ENABLE
endif
endif
# Deprecated driver names - do not use