Skip to content

circuitpython files v1.4.2

Latest
Compare
Choose a tag to compare
@mchilli mchilli released this 08 Nov 22:13
abba97d

The circuitpython files that should be copied to the macropad.

What's Changed

  • the key code macro now has more options (tap, press, release, release all) and can handle multiple codes simultaneously
  • change color from rgb to hex format to reduce file/memory size
  • hotfix: press and hold the first key doesn't work correctly
  • hotfix: if a keycode doesn't exist when writing a string, the device throws an error
  • Full pull request: #16

Full Changelog: v1.4.1...v1.4.2