You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
383 B
20 lines
383 B
4 years ago
|
/*
|
||
|
* Copyright (c) 2020 The ZMK Contributors
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*/
|
||
|
|
||
|
#include <dt-bindings/zmk/keys.h>
|
||
|
|
||
|
/ {
|
||
|
behaviors {
|
||
|
/omit-if-no-ref/ gresc: grave_escape {
|
||
|
compatible = "zmk,behavior-mod-morph";
|
||
|
label = "GRAVE_ESCAPE";
|
||
|
#binding-cells = <0>;
|
||
|
bindings = <&kp ESC>, <&kp GRAVE>;
|
||
|
mods = <(MOD_LGUI|MOD_LSFT|MOD_RGUI|MOD_RSFT)>;
|
||
|
};
|
||
|
};
|
||
|
};
|