mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-10 07:33:04 +00:00
feat: create keycode aliases
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#include "keycode_aliases.h"
|
||||||
|
|
||||||
#ifdef ORYX_ENABLE
|
#ifdef ORYX_ENABLE
|
||||||
# ifndef SERIAL_NUMBER
|
# ifndef SERIAL_NUMBER
|
||||||
|
|||||||
7
keyboards/zsa/common/keycode_aliases.h
Normal file
7
keyboards/zsa/common/keycode_aliases.h
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
// Copyright 2024 ZSA Technology Labs, Inc <@zsa>
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
//
|
||||||
|
// As QMK evolves, some keycodes are renamed. This file provides a way to map old keycodes to new ones.
|
||||||
|
|
||||||
|
// Changed from fw23 to fw24
|
||||||
|
#define QK_MAGIC_TOGGLE_NKRO MAGIC_TOGGLE_NKRO
|
||||||
Reference in New Issue
Block a user