Skip to content

Commit

Permalink
Add additional define
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Jul 4, 2024
1 parent 7566399 commit c3e95d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/zsa/common/features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ VPATH += keyboards/zsa/common

ifeq ($(strip $(ORYX_ENABLE)), yes)
SRC += keyboards/zsa/common/oryx.c
OPT_DEFS += -DORYX_ENABLE
OPT_DEFS += -DORYX_ENABLE -DORYX_CONFIGURATOR
POST_CONFIG_H += keyboards/zsa/common/config.h
RAW_ENABLE := yes
VIA_ENABLE := no
Expand Down

0 comments on commit c3e95d9

Please sign in to comment.