Skip to content

Commit

Permalink
Glove80 device config: slightly increase debounce timing
Browse files Browse the repository at this point in the history
Better handle random variation between keyswitches by increasing the configured
debounce period for key release. Also adding a conservative 3ms to the key press
debounce period which is unlikely to be required but is short enough to be
safely added.
  • Loading branch information
chrisandreae committed Mar 22, 2023
1 parent f55bf4c commit bf7bcde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/boards/arm/glove80/glove80.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ RC(5,0) RC(5,1) RC(5,2) RC(5,3) RC(5,4) RC(3,6) RC(4,6) RC(5,6) RC(5,7
label = "KSCAN";

diode-direction = "col2row";
debounce-press-ms = <1>;
debounce-release-ms = <10>;
debounce-press-ms = <4>;
debounce-release-ms = <20>;
};

};
Expand Down

0 comments on commit bf7bcde

Please sign in to comment.