Add Layer Lock feature (#382)

This commit is contained in:
Drashna Jaelre
2024-02-04 19:49:31 -08:00
committed by GitHub
parent 7e8b2db4e0
commit 983736e0bc
14 changed files with 417 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// Copyright 2023 QMK
// Copyright 2024 QMK
// SPDX-License-Identifier: GPL-2.0-or-later
/*******************************************************************************
@@ -665,6 +665,7 @@ std::map<uint16_t, std::string> KEYCODE_ID_TABLE = {
{QK_TRI_LAYER_UPPER, "QK_TRI_LAYER_UPPER"},
{QK_REPEAT_KEY, "QK_REPEAT_KEY"},
{QK_ALT_REPEAT_KEY, "QK_ALT_REPEAT_KEY"},
{QK_LAYER_LOCK, "QK_LAYER_LOCK"},
{QK_KB_0, "QK_KB_0"},
{QK_KB_1, "QK_KB_1"},
{QK_KB_2, "QK_KB_2"},