Support 17.0.0 keys

This commit is contained in:
Decscots 2023-10-11 22:59:46 -03:00
parent d625847124
commit 11a1b8f0bb
5 changed files with 17 additions and 4 deletions

View file

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