Chris--A / Keypad

A version of the keypad library found in Wiring. This is just a copy made compatible with the Arduino IDE library manager.
GNU General Public License v3.0
248 stars 150 forks source link

Enhancement proposal #8

Open leseigneur opened 7 years ago

leseigneur commented 7 years ago

Hi, For my project, I had to modify this lib to comply to my need : being able to avoid short press event (PRESSED) before receiving the long press event (HOLD). It's like when you double click with the mouse, you don't want your first click to be interpreted as a single click. Are you interested by this change ? It does not break current way of working, it just add 2 new event types : RELEASED_PRESSED and RELEASED_HOLD.

If yes let me know how I should proceed to propose it (I have never uploaded to GitHub). jy :)

gn0st1c commented 6 years ago

@leseigneur : can you fork this repository and make the changes you've mentioned on your fork? i'd like to use yours, cheers,