This website requires JavaScript.
Explore
Help
Sign In
patrick
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Pull requests
Actions
8
Packages
Projects
Releases
Wiki
Activity
83192c71e4
zephyr
/
samples
/
drivers
/
kscan
/
prj.conf
5 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: drivers: kscan: Add kscan sample application This illustrates how a keyboard matrix (laptop keyboard) reports key events to a user application. In addition, it shows how to handle the typematic rate and delay from user space. Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
2019-10-07 19:44:33 +02:00
CONFIG_STDOUT_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_KSCAN=y
samples: drivers: kscan: enable logging, and add RK055HDMIPI4M shield Enable logging by default in kscan sample, so that user will see output even if they do not have a keyboard connected that follows the keymap. Add a specific testcase for boards that support the RK055HDMIPI4M display. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2023-03-06 23:58:35 +01:00
CONFIG_LOG=y
Reference in a new issue
Copy permalink