mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-09 15:12:33 +00:00
fix: add key code aliases even if oryx enable is false
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#pragma once
|
||||
#include "keycode_aliases.h"
|
||||
|
||||
#ifdef ORYX_ENABLE
|
||||
# ifndef SERIAL_NUMBER
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
VPATH += keyboards/zsa/common
|
||||
|
||||
POST_CONFIG_H += keyboards/zsa/common/keycode_aliases.h
|
||||
|
||||
ifeq ($(strip $(ORYX_ENABLE)), yes)
|
||||
SRC += keyboards/zsa/common/oryx.c
|
||||
OPT_DEFS += -DORYX_ENABLE -DORYX_CONFIGURATOR
|
||||
|
||||
Reference in New Issue
Block a user