summaryrefslogtreecommitdiff
path: root/common_features.mk
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2020-01-15 19:44:33 -0800
committerFlorian Didron <fdidron@users.noreply.github.com>2020-02-26 10:15:12 +0900
commit2feb42ddb0de261c6568c65f6918f51cbb871b50 (patch)
tree7c34e091f526be89c67a31a3aed9a78d389aa4cf /common_features.mk
parenta8e4c490bf337afb2fb50c21498abaedd1154344 (diff)
Limit number of layers due to eeprom size contstraints
Diffstat (limited to 'common_features.mk')
-rw-r--r--common_features.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/common_features.mk b/common_features.mk
index a1e2bc313d..1ccffc41bd 100644
--- a/common_features.mk
+++ b/common_features.mk
@@ -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)