Skip to content

Commit

Permalink
fw: tweak few keyboard timings
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobaltieri committed Nov 18, 2024
1 parent a5536a4 commit 5b2fdd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware/boards/balto/darfon/darfon.dts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
<&gpioc 6 GPIO_ACTIVE_LOW>, /* y17 */
<&gpiob 15 GPIO_ACTIVE_LOW>; /* y18 */
idle-mode = "poll";
settle-time-us = <10>;
poll-period-ms = <1>;
stable-poll-period-ms = <5>;
actual-key-mask = <0x32 0xff 0x7f 0xff 0xff 0x7f 0xff 0x7e
0xff 0xcf 0xff 0xff 0xff 0xff 0xa0 0x81
0xd4 0x88>;
Expand Down
3 changes: 3 additions & 0 deletions firmware/boards/balto/kbd_matrix/kbd_matrix.dts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
//idle-mode = "scan";
//poll-timeout-ms = <0>;
no-ghostkey-check;
settle-time-us = <10>;
poll-period-ms = <1>;
stable-poll-period-ms = <5>;

keymap: keymap {
compatible = "input-keymap";
Expand Down

0 comments on commit 5b2fdd6

Please sign in to comment.