Support 16.0.0 keys

This commit is contained in:
FlyingBananaTree
2023-02-21 23:10:17 +00:00
committed by GitHub
parent fb6b966bd6
commit b5be83652c
3 changed files with 10 additions and 1 deletions

View File

@ -35,6 +35,7 @@
#define KB_FIRMWARE_VERSION_1300 12
#define KB_FIRMWARE_VERSION_1400 13
#define KB_FIRMWARE_VERSION_1500 14
#define KB_FIRMWARE_VERSION_MAX KB_FIRMWARE_VERSION_1500 //!TODO: Update on mkey changes.
#define KB_FIRMWARE_VERSION_1600 15
#define KB_FIRMWARE_VERSION_MAX KB_FIRMWARE_VERSION_1600 //!TODO: Update on mkey changes.
#endif