/* * Copyright (c) 2020 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include / { behaviors { reset: behavior_reset { compatible = "zmk,behavior-reset"; label = "RESET"; #binding-cells = <0>; }; bootloader: behavior_reset_dfu { compatible = "zmk,behavior-reset"; label = "BOOTLOAD"; type = ; #binding-cells = <0>; }; suspend: behavior_reset_suspend { compatible = "zmk,behavior-reset"; label = "SUSPEND"; type = ; #binding-cells = <0>; }; }; };