Searched refs:keyboard (Results 1 – 25 of 44) sorted by relevance
12
/Zephyr-latest/samples/subsys/usb/hid-keyboard/ |
D | README.rst | 1 .. zephyr:code-sample:: usb-hid-keyboard 2 :name: USB HID keyboard 5 Implement a basic HID keyboard device. 10 This sample application demonstrates the HID keyboard implementation using the 24 as ``led0``, to indicate the state of the keyboard LEDs. 33 :zephyr-app: samples/subsys/usb/hid-keyboard
|
D | app.overlay | 11 protocol-code = "keyboard";
|
D | CMakeLists.txt | 5 project(hid-keyboard)
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.kbd_matrix | 8 Enable library used for keyboard matrix drivers. 13 int "Stack size for the keyboard matrix thread" 16 Size of the stack used for the keyboard matrix thread. 20 int "Priority for the keyboard matrix thread" 23 Priority level of the keyboard matrix thread. 43 keyboard matrix device.
|
D | Kconfig.gpio_kbd_matrix | 5 bool "GPIO based keyboard matrix input driver" 10 GPIO keyboard matrix input driver.
|
D | Kconfig.it8xxx2 | 5 bool "ITE keyboard scanning driver" 11 This option enables the ITE keyboard scan driver.
|
D | Kconfig.it8801 | 5 bool "ITE IT8801 keyboard matrix scan controller" 12 Enable driver for ITE IT8801 I2C-based keyboard matrix scan.
|
D | Kconfig.npcx | 7 bool "Nuvoton NPCX embedded controller (EC) keyboard scan driver" 13 This option enables the keyboard scan driver for NPCX family of
|
D | Kconfig.xec | 7 bool "Microchip XEC series keyboard matrix driver"
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.emul_sdl | 1 # GPIO emulation using SDL keyboard events 13 Enable GPIO emulation using SDL keyboard events.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | kscan.rst | 13 The kscan driver (keyboard scan matrix) is used for detecting a key press in a 14 connected matrix keyboard or any device with buttons such as joysticks. 23 defined by a keymap provided by the keyboard manufacturer.
|
D | ps2.rst | 12 keyboard connections. Starting around 2007, USB
|
/Zephyr-latest/drivers/ps2/ |
D | Kconfig.npcx | 14 direct interfaces to an external keyboard, mouse or any other 16 8042 keyboard controller.
|
D | Kconfig.xec | 12 depends on the KBC 8042 keyboard controller. Note, MEC15xx
|
/Zephyr-latest/doc/services/input/ |
D | gpio-kbd.rst | 6 The :dtcompatible:`gpio-kbd-matrix` driver supports a large variety of keyboard 43 keys are released, and the keyboard matrix thread only wakes up when a key has 238 functionality of any keyboard matrix driver implemented using the keyboard 267 The GPIO keyboard matrix driver is based on a generic keyboard matrix library, 269 idle mode etc. This can be reused to implement other keyboard matrix drivers,
|
D | index.rst | 73 input device and pointing the ``zephyr,keyboard-scan`` chosen node to the 79 zephyr,keyboard-scan = &kscan_input; 95 - :dtcompatible:`gpio-kbd-matrix`: for GPIO-connected keyboard matrices. 99 - :dtcompatible:`input-keymap`: maps row/col/touch events from a keyboard
|
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/ |
D | npcx4m8f_evb.dts | 20 zephyr,keyboard-scan = &kscan_input; 105 /* Demonstrate a 13 x 8 keyboard matrix on evb */
|
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/ |
D | npcx7m6fb_evb.dts | 19 zephyr,keyboard-scan = &kscan_input; 100 /* Demonstrate a 6 x 8 keyboard matrix on evb */
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/ |
D | npcx9m6f_evb.dts | 19 zephyr,keyboard-scan = &kscan_input; 112 /* Demonstrate a 13 x 8 keyboard matrix on evb */
|
/Zephyr-latest/samples/drivers/kscan/ |
D | README.rst | 5 Use the KSCAN API to read key presses and releases on a keyboard matrix.
|
/Zephyr-latest/samples/subsys/console/echo/ |
D | README.rst | 34 keyboard, and they will be echoed back to the terminal program you are using.
|
/Zephyr-latest/samples/subsys/console/getchar/ |
D | README.rst | 39 Now start pressing keys on a keyboard, and they will be printed both as
|
/Zephyr-latest/samples/subsys/console/getline/ |
D | README.rst | 39 Now start pressing keys on a keyboard, followed by Enter. The input line
|
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/ |
D | mec1501modular_assy6885.dts | 20 zephyr,keyboard-scan = &kscan_input;
|
/Zephyr-latest/boards/ite/it82xx2_evb/ |
D | it82xx2_evb.dts | 33 zephyr,keyboard-scan = &kscan_input;
|
12