firmware/src/input
Jonathan Bennett b02e58521d
Add GPIO edge for Native Trackball/Joystick (#7212)
Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2025-07-03 06:53:27 -05:00
..
BBQ10Keyboard.cpp
BBQ10Keyboard.h
ButtonThread.cpp Last second fixes (#7156) 2025-06-28 08:19:31 -05:00
ButtonThread.h 2.7 Miscellaneous Fixes - Week 1 (#7102) 2025-06-26 22:11:20 -05:00
cardKbI2cImpl.cpp TCA8418 initial config + basic 3x4 keypad config (#6422) 2025-04-03 14:18:18 -05:00
cardKbI2cImpl.h
ExpressLRSFiveWay.cpp cleanup Shutting down -> Shutting Down awkwardness (#7099) 2025-06-27 11:09:04 -05:00
ExpressLRSFiveWay.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
InputBroker.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
InputBroker.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
kbI2cBase.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
kbI2cBase.h TCA8418 initial config + basic 3x4 keypad config (#6422) 2025-04-03 14:18:18 -05:00
kbMatrixBase.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
kbMatrixBase.h
kbMatrixImpl.cpp
kbMatrixImpl.h
LinuxInput.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
LinuxInput.h
LinuxInputImpl.cpp
LinuxInputImpl.h
MPR121Keyboard.cpp Enable the autoconf settings for MPR121 based keyboards, to make it more flexible for varying implementations. (#5680) 2024-12-27 07:16:08 -06:00
MPR121Keyboard.h MPR121 Touch IC Based Keypad Input Module (#5103) 2024-10-21 17:53:36 +11:00
RotaryEncoderInterruptBase.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
RotaryEncoderInterruptBase.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
RotaryEncoderInterruptImpl1.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
RotaryEncoderInterruptImpl1.h
SerialKeyboard.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
SerialKeyboard.h
SerialKeyboardImpl.cpp
SerialKeyboardImpl.h
TCA8418Keyboard.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
TCA8418Keyboard.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
TouchScreenBase.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
TouchScreenBase.h Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
TouchScreenImpl1.cpp Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
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 Unify the native display config between legacy display and MUI (#6838) 2025-06-21 06:36:04 -05:00
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