diff options
Diffstat (limited to 'tests/test_common/keycode_table.cpp')
| -rw-r--r-- | tests/test_common/keycode_table.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_common/keycode_table.cpp b/tests/test_common/keycode_table.cpp index d21630c01b..9ed80cdbcf 100644 --- a/tests/test_common/keycode_table.cpp +++ b/tests/test_common/keycode_table.cpp | |||
| @@ -663,6 +663,8 @@ std::map<uint16_t, std::string> KEYCODE_ID_TABLE = { | |||
| 663 | {QK_AUTOCORRECT_TOGGLE, "QK_AUTOCORRECT_TOGGLE"}, | 663 | {QK_AUTOCORRECT_TOGGLE, "QK_AUTOCORRECT_TOGGLE"}, |
| 664 | {QK_TRI_LAYER_LOWER, "QK_TRI_LAYER_LOWER"}, | 664 | {QK_TRI_LAYER_LOWER, "QK_TRI_LAYER_LOWER"}, |
| 665 | {QK_TRI_LAYER_UPPER, "QK_TRI_LAYER_UPPER"}, | 665 | {QK_TRI_LAYER_UPPER, "QK_TRI_LAYER_UPPER"}, |
| 666 | {QK_REPEAT_KEY, "QK_REPEAT_KEY"}, | ||
| 667 | {QK_ALT_REPEAT_KEY, "QK_ALT_REPEAT_KEY"}, | ||
| 666 | {QK_KB_0, "QK_KB_0"}, | 668 | {QK_KB_0, "QK_KB_0"}, |
| 667 | {QK_KB_1, "QK_KB_1"}, | 669 | {QK_KB_1, "QK_KB_1"}, |
| 668 | {QK_KB_2, "QK_KB_2"}, | 670 | {QK_KB_2, "QK_KB_2"}, |
