Skip to content

Commit

Permalink
fix: add key code aliases even if oryx enable is false
Browse files Browse the repository at this point in the history
  • Loading branch information
fdidron committed Sep 17, 2024
1 parent 62c7194 commit eb3e035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion keyboards/zsa/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once
#include "keycode_aliases.h"

#ifdef ORYX_ENABLE
# ifndef SERIAL_NUMBER
Expand Down
2 changes: 2 additions & 0 deletions keyboards/zsa/common/features.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit eb3e035

Please sign in to comment.