Keybow OS

TheButtonJustSpins@infosec.pub to Linux@lemmy.ml – 10 points –

Does anyone know if it's possible to have events from the Keybow keyboard cause effects on the Pi Zero W running the keyboard instead of outputting to another machine? Or do I need to go with a different OS and figure out the handling of the keys myself?

3

This page says it’s based on Raspian, so you should be able to customize it once you study how it works.

https://www.digikey.com/en/maker/projects/setting-up-the-keybow-operating-system-os/7627748f91574a8a8ca21906560cd0e3

Okay, any idea how to do that on Raspian?

Edit: Since it's Lua, I might be able to run os.execute directly from the key events. Will try that.