mirror of https://github.com/zmkfirmware/zmk.git
feat(shields): Allow settings_reset to build with board-only keyboards
This commit is contained in:
parent
2c50cff891
commit
ff57ccc75a
|
|
@ -8,10 +8,10 @@
|
|||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
zmk,kscan = &settings_reset_kscan;
|
||||
};
|
||||
|
||||
kscan0: kscan {
|
||||
settings_reset_kscan: settings_reset_kscan {
|
||||
compatible = "zmk,kscan-mock";
|
||||
columns = <1>;
|
||||
rows = <0>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue