Support 13.0.0 keys

This commit is contained in:
shchmue 2021-09-15 17:15:12 -06:00
parent a5fadfb592
commit 7e7e6fa148
2 changed files with 10 additions and 1 deletions

View file

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