mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-29 21:21:54 +01:00
13 lines
194 B
Plaintext
13 lines
194 B
Plaintext
menu "Keyboard drivers"
|
|
|
|
config BR2_PACKAGE_QT_KEYBOARD_TTY
|
|
bool "tty"
|
|
|
|
config BR2_PACKAGE_QT_KEYBOARD_LINUXINPUT
|
|
bool "linux input"
|
|
|
|
config BR2_PACKAGE_QT_KEYBOARD_QVFB
|
|
bool "qvfb"
|
|
|
|
endmenu
|