firmware/src/input
Jonathan Bennett 36b94cf823
Unify the shutdown proceedure (#7393)
* Unify the shutdown proceedure

* Don't double save nodeDB on shutdown

* Re-tool button shutdown to better correspond to tones

* Beep then save

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2025-07-20 18:53:40 -05:00
..
BBQ10Keyboard.cpp
BBQ10Keyboard.h
ButtonThread.cpp Unify the shutdown proceedure (#7393) 2025-07-20 18:53:40 -05:00
ButtonThread.h Unify the shutdown proceedure (#7393) 2025-07-20 18:53:40 -05:00
cardKbI2cImpl.cpp BaseUI Updates (#7358) 2025-07-16 19:44:23 -05:00
cardKbI2cImpl.h
ExpressLRSFiveWay.cpp Unify the shutdown proceedure (#7393) 2025-07-20 18:53:40 -05:00
ExpressLRSFiveWay.h
InputBroker.cpp
InputBroker.h
kbI2cBase.cpp
kbI2cBase.h
kbMatrixBase.cpp
kbMatrixBase.h
kbMatrixImpl.cpp
kbMatrixImpl.h
LinuxInput.cpp
LinuxInput.h
LinuxInputImpl.cpp
LinuxInputImpl.h
MPR121Keyboard.cpp
MPR121Keyboard.h
RotaryEncoderInterruptBase.cpp
RotaryEncoderInterruptBase.h
RotaryEncoderInterruptImpl1.cpp
RotaryEncoderInterruptImpl1.h
SeesawRotary.cpp Seesaw Rotary (#7310) 2025-07-12 12:36:44 -05:00
SeesawRotary.h Seesaw Rotary (#7310) 2025-07-12 12:36:44 -05:00
SerialKeyboard.cpp
SerialKeyboard.h
SerialKeyboardImpl.cpp
SerialKeyboardImpl.h
TCA8418Keyboard.cpp
TCA8418Keyboard.h
TouchScreenBase.cpp
TouchScreenBase.h
TouchScreenImpl1.cpp
TouchScreenImpl1.h
TrackballInterruptBase.cpp Make the 4-way on the L1 work on press instead of release (#7108) 2025-06-22 20:57:39 -05:00
TrackballInterruptBase.h Add GPIO edge for Native Trackball/Joystick (#7212) 2025-07-03 06:53:27 -05:00
TrackballInterruptImpl1.cpp Make the 4-way on the L1 work on press instead of release (#7108) 2025-06-22 20:57:39 -05:00
TrackballInterruptImpl1.h
UpDownInterruptBase.cpp Add a debounce time parameter and use it in the runOnce method to debounce the key. 2025-06-21 20:40:34 -05:00
UpDownInterruptBase.h Initialize value to fix warning 2025-06-21 23:56:14 -05:00
UpDownInterruptImpl1.cpp Default to very short updownDebounce values 2025-06-21 20:47:11 -05:00
UpDownInterruptImpl1.h