mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-28 03:33:01 +02:00
Mandatory per packaging guide https://nightly.buildroot.org/#_config_files Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
config BR2_PACKAGE_KEYACK
|
|
bool "keyack"
|
|
help
|
|
Blocks until a specific key is pressed and released. Useful
|
|
when you want a user to confirm some action by physically
|
|
pressing a button.
|
|
|
|
https://github.com/kernelkit/infix
|