Merge branch 'qk-kb-max' into vial

This commit is contained in:
Ilya Zhuravlev 2023-07-22 11:11:11 -06:00
commit 34663c6cf2

View file

@ -765,7 +765,9 @@ _Static_assert(RESET == 0x7C00, "");
_Static_assert(FN_MO13 == 0x7C77, "");
_Static_assert(FN_MO23 == 0x7C78, "");
/* Ensure that we have 64 USERxx keycodes */
_Static_assert(QK_KB == 0x7E00, "");
_Static_assert(QK_KB_MAX == 0x7E3F, "");
#undef C_S