652bb6ce05
* Easy to build board/image that will clear saved profile/bond information for a fresh start for keyboards.
22 lines
298 B
Text
22 lines
298 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 = <
|
|
&reset
|
|
>;
|
|
};
|
|
};
|
|
};
|
|
|
|
|