Limit number of layers due to eeprom size contstraints

This commit is contained in:
Drashna Jael're
2020-01-15 19:44:33 -08:00
committed by Florian Didron
parent a8e4c490bf
commit 2feb42ddb0
3 changed files with 5 additions and 1 deletions
-1
View File
@@ -354,7 +354,6 @@ ifeq ($(strip $(ORYX_ENABLE)), yes)
WEBUSB_ENABLE := yes
SRC += $(QUANTUM_DIR)/oryx.c
OPT_DEFS += -DORYX_ENABLE
OPT_DEFS += -DLAYER_STATE_8BIT
endif
ifeq ($(strip $(VIA_ENABLE)), yes)