[Core] Add Layer Lock feature (#23430)
Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com> Co-authored-by: Pascal Getreuer <getreuer@google.com> Co-authored-by: Pascal Getreuer <50221757+getreuer@users.noreply.github.com>
This commit is contained in:
parent
39161b9ee7
commit
36b5559b99
20 changed files with 871 additions and 2 deletions
|
@ -699,6 +699,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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue