Disable NKRO on V-USB controllers (#9054)

* Disable NKRO on V-USB controllers

* not _currently_ supported text

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: Ryan <fauxpark@gmail.com>
joystick_improvements
Drashna Jaelre 5 years ago committed by James Young
parent 83fc2499b6
commit de57f336bb
No known key found for this signature in database
GPG Key ID: B39D9A06EDA031F8

@ -99,8 +99,12 @@ ifeq ($(strip $(COMMAND_ENABLE)), yes)
endif
ifeq ($(strip $(NKRO_ENABLE)), yes)
TMK_COMMON_DEFS += -DNKRO_ENABLE
SHARED_EP_ENABLE = yes
ifneq ($(PROTOCOL),VUSB)
TMK_COMMON_DEFS += -DNKRO_ENABLE
SHARED_EP_ENABLE = yes
else
$(info NKRO is not currently supported on V-USB, and has been disabled.)
endif
endif
ifeq ($(strip $(USB_6KRO_ENABLE)), yes)

Loading…
Cancel
Save