feat(shields): Allow settings_reset to build with board-only keyboards

This commit is contained in:
Cem Aksoylar 2023-11-10 22:51:37 -08:00 committed by Pete Johanson
parent 2c50cff891
commit ff57ccc75a

View file

@ -8,10 +8,10 @@
/ { / {
chosen { chosen {
zmk,kscan = &kscan0; zmk,kscan = &settings_reset_kscan;
}; };
kscan0: kscan { settings_reset_kscan: settings_reset_kscan {
compatible = "zmk,kscan-mock"; compatible = "zmk,kscan-mock";
columns = <1>; columns = <1>;
rows = <0>; rows = <0>;