Skip to content

Commit

Permalink
attempt to fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-seiler committed Jan 3, 2024
1 parent 5f969a9 commit 7a9eb21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/boards/shields/discipline/discipline.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
compatible = "zmk,kscan-gpio-matrix";
label = "KSCAN";
diode-direction = "col2row";
debounce-press-ms = 5;
debounce-release-ms = 5;
debounce-scan-period-ms = 1;
poll-period-ms = 10;
debounce-press-ms = <5>;
debounce-release-ms = <5>;
debounce-scan-period-ms = <1>;
poll-period-ms = <10>;

col-gpios
= <&gpio0 2 GPIO_ACTIVE_HIGH>
Expand Down

0 comments on commit 7a9eb21

Please sign in to comment.