Skip to content
Snippets Groups Projects
Commit 3b4a7f99 authored by Simon Glass's avatar Simon Glass
Browse files

sandbox: Correct cros-ec keyboard definition


The other boards got updated to the standard binding. Update sandbox as
well.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 2af13d6b
No related branches found
No related tags found
No related merge requests found
......@@ -73,10 +73,8 @@
cros-ec-keyb {
compatible = "google,cros-ec-keyb";
google,key-rows = <8>;
google,key-columns = <13>;
google,repeat-delay-ms = <240>;
google,repeat-rate-ms = <30>;
keypad,num-rows = <8>;
keypad,num-columns = <13>;
google,ghost-filter;
/*
* Keymap entries take the form of 0xRRCCKKKK where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment