/* * Copyright (c) 2021 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include #include / { behaviors { #if ZMK_BEHAVIOR_OMIT(CAPS_WORD) /omit-if-no-ref/ #endif caps_word: caps_word { compatible = "zmk,behavior-caps-word"; #binding-cells = <0>; continue-list = ; display-name = "Caps Word"; }; }; };