amowry / WARBL2

WARBL2 Code and design files
https://warbl.xyz/index.html
GNU General Public License v3.0
5 stars 2 forks source link

Double click for buttons #11

Closed MrMep closed 1 day ago

MrMep commented 3 days ago

As proposed in #7 , I added a "double click" option for buttons: when enabled, the first three gestures are activated only after a quick double press. The momentary option, when enabled, takes precedence over the double click. I added a 13th value to the switches array to manage this.

MrMep commented 3 days ago

The PR is ready, but it contains also the mods from PR 10. I guess it's better to wait for the previous one to be merged.

amowry commented 1 day ago

This looks great to me. I like how you even change the text from "click" to double-click" when the switch is turned on. I can merge this one too if you're ready for it.