diff options
| author | Joel Challis <git@zvecr.com> | 2023-02-19 07:59:50 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-19 18:59:50 +1100 |
| commit | 0152dd811dad101d5764f66476fa842170b86695 (patch) | |
| tree | 5999c92f9e56076febab5674cb77a823c0e1de2a /tests | |
| parent | e837a32b2b4d6eb96ffacad0022699d67c0f8f1e (diff) | |
Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)
Diffstat (limited to 'tests')
| -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 8947659411..887f24f927 100644 --- a/tests/test_common/keycode_table.cpp +++ b/tests/test_common/keycode_table.cpp | |||
| @@ -223,6 +223,8 @@ std::map<uint16_t, std::string> KEYCODE_ID_TABLE = { | |||
| 223 | {KC_BRIGHTNESS_DOWN, "KC_BRIGHTNESS_DOWN"}, | 223 | {KC_BRIGHTNESS_DOWN, "KC_BRIGHTNESS_DOWN"}, |
| 224 | {KC_CONTROL_PANEL, "KC_CONTROL_PANEL"}, | 224 | {KC_CONTROL_PANEL, "KC_CONTROL_PANEL"}, |
| 225 | {KC_ASSISTANT, "KC_ASSISTANT"}, | 225 | {KC_ASSISTANT, "KC_ASSISTANT"}, |
| 226 | {KC_MISSION_CONTROL, "KC_MISSION_CONTROL"}, | ||
| 227 | {KC_LAUNCHPAD, "KC_LAUNCHPAD"}, | ||
| 226 | {KC_MS_UP, "KC_MS_UP"}, | 228 | {KC_MS_UP, "KC_MS_UP"}, |
| 227 | {KC_MS_DOWN, "KC_MS_DOWN"}, | 229 | {KC_MS_DOWN, "KC_MS_DOWN"}, |
| 228 | {KC_MS_LEFT, "KC_MS_LEFT"}, | 230 | {KC_MS_LEFT, "KC_MS_LEFT"}, |
