24 lines
366 B
Plaintext
24 lines
366 B
Plaintext
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include <dt-bindings/zmk/matrix_transform.h>
|
|
|
|
/ {
|
|
chosen {
|
|
zmk,kscan = &settings_reset_kscan;
|
|
};
|
|
|
|
settings_reset_kscan: settings_reset_kscan {
|
|
compatible = "zmk,kscan-mock";
|
|
columns = <1>;
|
|
rows = <0>;
|
|
|
|
events = <>;
|
|
};
|
|
|
|
};
|
|
|