Commit e889550
fwk/sunflower: enable KEYBOARD_STRICT_DEBOUNCE
Enable keyboard strict debounce to eliminate the ghost key issue.
KEYBOARD_STRICT_DEBOUNCE's comment says we need to make debounce up and
down the same, so we do that as well.
BRANCH=fwk-sunflower-26784
BUG=https://app.clickup.com/t/86et5v7wg
TEST=hold the space key and then press "space" and "1" key will
not print the ghost key
Signed-off-by: Josh Tsai <Josh_Tsai@compal.com>1 parent 1414c33 commit e889550
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments