/* * Copyright (c) 2020 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include / { behaviors { // Behavior can be invoked on peripherals, so name must be <= 8 characters. sys_reset: sysreset { compatible = "zmk,behavior-reset"; #binding-cells = <0>; }; // Behavior can be invoked on peripherals, so name must be <= 8 characters. bootloader: bootload { compatible = "zmk,behavior-reset"; type = ; #binding-cells = <0>; }; }; };