Keybow OS

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?

8 points · 3 comments · view on lemmy.world

3 Comments

markstos@lemmy.world · 2 pts · 2y (2 replies)

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

TheButtonJustSpins@infosec.pub · 1 pts · 2y (1 reply)

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.

markstos@lemmy.world · 1 pts · 2y

It will require some studying. Good luck!