- Add support for media keys: Prev, Next, Stop, Eject, Play/Pause, Mute, Vol Up/Down
- Added support for sending MIDI notes
- Lua layout to add support for Keybow Mini
- File & Serial IO
File & Serial IO Beta
File and Serial IO is available as a beta feature in this release allowing Keybow settings to be saved permenantly (although this should be used sparingly) and also allowing the host computer to control Keybow via a bi-directional serial connection.
Serial IO
- Use
keybow_serial_read
to read a line (terminated with\n
) from the serial port. - Use
keybow_serial_write
to write text back to the serial port.
File IO
- Use
keybow_file_save
to save a file - Use
keybow_file_load
to load a file