Skip to content

Commit

Permalink
Added debounce.
Browse files Browse the repository at this point in the history
  • Loading branch information
inkwok committed Apr 10, 2024
1 parent 2370eca commit b9fad27
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@
/delete-property/ ignore-modifiers;
};

&kscan0 {
debounce-press-ms = <10>;
};

/ {
chosen {
zmk,kscan = &kscan0;
};

kscan0: kscan {
compatible = "zmk,kscan-gpio-matrix";
};
};

/ {
keymap {
compatible = "zmk,keymap";
Expand Down Expand Up @@ -62,4 +76,4 @@
>;
};
};
};
};

0 comments on commit b9fad27

Please sign in to comment.