Vial GUI (configurator) does not allow to open a firmware that has more than 32 Macros
Closed this issue · 4 comments
If someone uses the vial-qmk to build a firmware has the Macro_count more than 32, then will not able to load the firmware with the vial configurator (GUI) tool.
For example: if a firmware defines 48 macros.
when trying to load the firmware with the vial (GUI) tool, there will be a pop up window says: ""expected array with 32 macros, got 48 macros"
Please open up the Macro_count size limitation!
Many keyboards have bigger EEPROM size now-a-days, (mine has 2500+ memory for the macros, so I literally can have 100 macros.)
As of PR #135, there is no limit.
You are probably running the latest release of Vial, which was released before the PR.
You can try downloading one of the artifacts that gets generated by github when a PR is tested, or run Vial from source.
At the bottom of https://github.com/vial-kb/vial-gui/actions/runs/3131008074 you will find artifacts for windows and mac.
You need to be signed into github to download.