Chromeos keycodes (#18212)

This commit is contained in:
Joshua Diamond 2022-09-17 01:48:09 -04:00 committed by GitHub
parent 33c47fe010
commit a26f1ddafa
Failed to generate hash of commit
11 changed files with 22 additions and 28 deletions

View file

@ -195,6 +195,8 @@ _Static_assert(KC_MFFD == 0x00BB, "");
_Static_assert(KC_MRWD == 0x00BC, "");
_Static_assert(KC_BRIU == 0x00BD, "");
_Static_assert(KC_BRID == 0x00BE, "");
_Static_assert(KC_CPNL == 0x00BF, "");
_Static_assert(KC_ASST == 0x00C0, "");
_Static_assert(KC_LEFT_CTRL == 0x00E0, "");
_Static_assert(KC_LEFT_SHIFT == 0x00E1, "");