circuitpython files v1.5.0
The circuitpython files that should be copied to the macropad.
What's Changed
- Added support for MIDI commands
- Added support for toggling between two macros on a single key
- Added “Retrigger” option to macros so that the macro is triggered again when the key is held down
- Multiple keys can now be held down simultaneously. If they should "retrigger", they are triggered one after the other
- The retrigger delay can now be configured in the settings
- Consumer control codes now support tapping, pressing and releasing
- Tones can now be played for as long as the key is held down if the duration is set to 0
- Tones now have an option for “ Tone on” and “ Tone off”
- The colors of groups and macros can now be inverted in the settings
- The “wait”, "tone on" and "note on" macro can be used either non-blocking or blocking, depending on your configuration.
- Full pull request: #18
Full Changelog: v1.4.2...v1.5.0