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.
19 lines
383 B
19 lines
383 B
/* |
|
* 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)>; |
|
}; |
|
}; |
|
};
|
|
|