/* * Copyright (c) 2020 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include #include / { behaviors { #if ZMK_BEHAVIOR_OMIT(GRESC) /omit-if-no-ref/ #endif gresc: grave_escape { compatible = "zmk,behavior-mod-morph"; #binding-cells = <0>; bindings = <&kp ESC>, <&kp GRAVE>; mods = <(MOD_LGUI|MOD_LSFT|MOD_RGUI|MOD_RSFT)>; display-name = "Grave/Escape"; }; }; };