2020-09-12 20:48:44 -07:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
2020-12-22 07:56:00 -08:00
|
|
|
#include <dt-bindings/zmk/matrix_transform.h>
|
2020-09-12 20:48:44 -07:00
|
|
|
|
|
|
|
/ {
|
2023-04-22 21:25:56 -07:00
|
|
|
chosen {
|
2023-11-10 22:51:37 -08:00
|
|
|
zmk,kscan = &settings_reset_kscan;
|
2023-04-22 21:25:56 -07:00
|
|
|
};
|
2020-09-12 20:48:44 -07:00
|
|
|
|
2023-11-10 22:51:37 -08:00
|
|
|
settings_reset_kscan: settings_reset_kscan {
|
2023-07-20 23:53:38 -07:00
|
|
|
compatible = "zmk,kscan-mock";
|
|
|
|
columns = <1>;
|
|
|
|
rows = <0>;
|
2020-09-12 20:48:44 -07:00
|
|
|
|
2023-07-20 23:53:38 -07:00
|
|
|
events = <>;
|
2023-04-22 21:25:56 -07:00
|
|
|
};
|
2020-09-12 20:48:44 -07:00
|
|
|
|
|
|
|
};
|
|
|
|
|