Added conf for blackpill to help with the matrix scanning

This commit is contained in:
Kyle McCreery 2023-03-18 03:30:55 -04:00
parent f75828bca7
commit 2e851fe74e
4 changed files with 11 additions and 12 deletions

View file

@ -75,7 +75,6 @@
&kp LCTRL &kp LGUI &kp LALT &kp SPACE &kp RALT &mo FN &kp RCTRL &kp LEFT &kp DOWN &kp RIGHT
>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>;
};
fn_layer {
@ -88,7 +87,6 @@
&trans &trans &trans &trans &trans &trans &trans &kp HOME &kp PG_DN &kp END
>;
sensor-bindings = <&inc_dec_kp PG_UP PG_DN>;
};
setting_layer {
@ -101,7 +99,6 @@
&trans &out OUT_BLE &out OUT_USB &trans &trans &trans &trans &trans &trans &trans
>;
sensor-bindings = <&inc_dec_kp PG_UP PG_DN>;
};
lock_layer {
@ -113,7 +110,6 @@
&none &none &none &none &none &none &none &none &none &none &none &none &none &none &none
&none &none &none &none &none &none &none &none &none &none
>;
};
};
};

View file

@ -0,0 +1,3 @@
# Necessary to stop double matrix reads on first row
CONFIG_ZMK_KSCAN_MATRIX_WAIT_BEFORE_INPUTS=150
CONFIG_ZMK_KSCAN_MATRIX_WAIT_BETWEEN_OUTPUTS=150