* Upstream now has a node w/ label `reset` on many boards, so renaming our reset behavior node label to `sys_reset`.
22 lines
302 B
Text
22 lines
302 B
Text
/*
|
|
* Copyright (c) 2020 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include <behaviors.dtsi>
|
|
#include <dt-bindings/zmk/keys.h>
|
|
|
|
/ {
|
|
keymap {
|
|
compatible = "zmk,keymap";
|
|
|
|
default_layer {
|
|
bindings = <
|
|
&sys_reset
|
|
>;
|
|
};
|
|
};
|
|
};
|
|
|
|
|