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

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)

View File

@@ -0,0 +1,3 @@
#pragma once
#define LAYER_STATE_8BIT

View File

@@ -12,3 +12,5 @@
Set any config.h overrides for your specific keymap here.
See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file
*/
#define LAYER_STATE_8BIT