Limit number of layers due to eeprom size contstraints
This commit is contained in:
committed by
Florian Didron
parent
a8e4c490bf
commit
2feb42ddb0
@@ -354,7 +354,6 @@ ifeq ($(strip $(ORYX_ENABLE)), yes)
|
|||||||
WEBUSB_ENABLE := yes
|
WEBUSB_ENABLE := yes
|
||||||
SRC += $(QUANTUM_DIR)/oryx.c
|
SRC += $(QUANTUM_DIR)/oryx.c
|
||||||
OPT_DEFS += -DORYX_ENABLE
|
OPT_DEFS += -DORYX_ENABLE
|
||||||
OPT_DEFS += -DLAYER_STATE_8BIT
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(VIA_ENABLE)), yes)
|
ifeq ($(strip $(VIA_ENABLE)), yes)
|
||||||
|
|||||||
3
keyboards/ergodox_ez/keymaps/oryx/config.h
Normal file
3
keyboards/ergodox_ez/keymaps/oryx/config.h
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#define LAYER_STATE_8BIT
|
||||||
@@ -12,3 +12,5 @@
|
|||||||
Set any config.h overrides for your specific keymap here.
|
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
|
See config.h options at https://docs.qmk.fm/#/config_options?id=the-configh-file
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define LAYER_STATE_8BIT
|
||||||
|
|||||||
Reference in New Issue
Block a user