Add KC_NUHS, KC_NUBS, and KC_CAPS.

This commit is contained in:
Pascal Getreuer
2025-01-11 16:27:17 -08:00
parent b5613875e5
commit 4c08241d05
2 changed files with 9 additions and 1 deletions
@@ -42,12 +42,17 @@ TEST_F(KeycodeStringTest, get_keycode_string) {
};
for (const auto [keycode, expected] : std::vector<TestParams>({
{KC_TRNS, "KC_TRNS"},
{KC_ESC, "KC_ESC"},
{KC_A, "KC_A"},
{KC_Z, "KC_Z"},
{KC_0, "KC_0"},
{KC_9, "KC_9"},
{KC_KP_0, "KC_KP_0"},
{KC_KP_9, "KC_KP_9"},
{KC_LBRC, "KC_LBRC"},
{KC_NUHS, "KC_NUHS"},
{KC_NUBS, "KC_NUBS"},
{KC_CAPS, "KC_CAPS"},
{DB_TOGG, "DB_TOGG"},
{KC_LCTL, "KC_LCTL"},
{KC_LSFT, "KC_LSFT"},