mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-11 08:02:57 +00:00
8 lines
279 B
C
8 lines
279 B
C
// 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
|