Add new keycodes to vial_ensure_keycode.h.
This commit is contained in:
parent
2c2a2dfd7a
commit
1acbd4572e
1 changed files with 5 additions and 0 deletions
|
|
@ -352,6 +352,7 @@ _Static_assert(MO(1) == 0x5221, "");
|
|||
_Static_assert(DF(1) == 0x5241, "");
|
||||
_Static_assert(TG(1) == 0x5261, "");
|
||||
_Static_assert(OSL(1) == 0x5281, "");
|
||||
_Static_assert(PDF(1) == 0x52E1, "");
|
||||
_Static_assert(LM(1, KC_A) == 0x5024, "");
|
||||
_Static_assert(OSM(MOD_RSFT) == 0x52B2, "");
|
||||
_Static_assert(TT(1) == 0x52C1, "");
|
||||
|
|
@ -810,9 +811,13 @@ _Static_assert(MI_BENDU == 0x718F, "");
|
|||
|
||||
_Static_assert(RESET == 0x7C00, "");
|
||||
|
||||
_Static_assert(QK_CAPS_WORD_TOGGLE == 0x7C73, "");
|
||||
|
||||
_Static_assert(FN_MO13 == 0x7C77, "");
|
||||
_Static_assert(FN_MO23 == 0x7C78, "");
|
||||
|
||||
_Static_assert(QK_LAYER_LOCK == 0x7C7B, "");
|
||||
|
||||
/* Ensure that we have 64 USERxx keycodes */
|
||||
_Static_assert(QK_KB == 0x7E00, "");
|
||||
_Static_assert(QK_KB_MAX == 0x7E3F, "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue