feat(shields): Allow settings_reset to build with board-only keyboards
This commit is contained in:
parent
2c50cff891
commit
ff57ccc75a
1 changed files with 2 additions and 2 deletions
|
@ -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>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue