Skip to content

Commit

Permalink
Add dynamic macros keycodes to ensure test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutianski authored and xyzz committed Dec 22, 2021
1 parent fd4fa4a commit 1ccfc77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions quantum/vial_ensure_keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -339,3 +339,10 @@ _Static_assert(MACRO12 == 0x5F1E, "");
_Static_assert(MACRO13 == 0x5F1F, "");
_Static_assert(MACRO14 == 0x5F20, "");
_Static_assert(MACRO15 == 0x5F21, "");

/* KEYCODES_DYNAMIC_MACRO */
_Static_assert(DYN_REC_START1 == 0x5D03, "");
_Static_assert(DYN_REC_START2 == 0x5D04, "");
_Static_assert(DYN_REC_STOP == 0x5D05, "");
_Static_assert(DYN_MACRO_PLAY1 == 0x5D06, "");
_Static_assert(DYN_MACRO_PLAY2 == 0x5D07, "");

0 comments on commit 1ccfc77

Please sign in to comment.