zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.48k stars 2.56k forks source link

behavior : programmable buttons #2302

Open apewo opened 1 month ago

apewo commented 1 month ago

implement programmable buttons with &pb

programmable buttons are better described here : https://www.phoronix.com/news/Linux-HID-Programmable-Buttons

Supported only on linux (i think), they allow to define up to 32 shortcuts that will not overlap with any other software shortcuts.

I personally use them on i3 for all my gui shortcuts (rofi, ...), but they could be useful also for macropads, ...

They require a user land application to consume them so i uploaded a demo application here if anybody wants to test them : pb demo