mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-09 15:12:33 +00:00
* fix: Change webhid_leds variable declaration location * fix: various oryx issues * Also fix aliases * Fix test case in alias * Add additional define * Cleanup workflow * fix more
12 lines
292 B
Makefile
12 lines
292 B
Makefile
VPATH += keyboards/zsa/common
|
|
|
|
ifeq ($(strip $(ORYX_ENABLE)), yes)
|
|
SRC += keyboards/zsa/common/oryx.c
|
|
OPT_DEFS += -DORYX_ENABLE -DORYX_CONFIGURATOR
|
|
POST_CONFIG_H += keyboards/zsa/common/config.h
|
|
RAW_ENABLE := yes
|
|
VIA_ENABLE := no
|
|
RGB_MATRIX_CUSTOM_KB = yes
|
|
else
|
|
endif
|