xiaoxiang781216 commented on code in PR #18780: URL: https://github.com/apache/nuttx/pull/18780#discussion_r3130810206
########## drivers/input/Kconfig: ########## @@ -815,4 +815,38 @@ endif # INPUT_KMATRIX_I2C endif # INPUT_KMATRIX +config INPUT_MPR121_KEYPAD + bool "MPR121 Touch Keypad Driver" + default n + select INPUT_KEYBOARD + ---help--- + Enable support for keypad matrix powered by MPR121. + +if INPUT_MPR121_KEYPAD + +config INPUT_MPR121_KEYPAD_BUFSIZE + int "Keyboard matrix buffer size" + default 64 + ---help--- + Size of the keyboard event buffer for each open file descriptor. + +endif # INPUT_MPR121_KEYPAD + Review Comment: remove the extra empty lines -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
