Support 14.0.0 keys

This commit is contained in:
shchmue 2022-03-21 19:03:17 -06:00
parent 54412f5a9d
commit 61c1dad579
2 changed files with 10 additions and 1 deletions

View file

@ -33,6 +33,7 @@
#define KB_FIRMWARE_VERSION_910 10
#define KB_FIRMWARE_VERSION_1210 11
#define KB_FIRMWARE_VERSION_1300 12
#define KB_FIRMWARE_VERSION_MAX KB_FIRMWARE_VERSION_1300 //!TODO: Update on mkey changes.
#define KB_FIRMWARE_VERSION_1400 13
#define KB_FIRMWARE_VERSION_MAX KB_FIRMWARE_VERSION_1400 //!TODO: Update on mkey changes.
#endif