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.
20 lines
326 B
20 lines
326 B
3 years ago
|
/*
|
||
|
* Copyright (c) 2021 The ZMK Contributors
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*/
|
||
|
|
||
|
#include <dt-bindings/zmk/keys.h>
|
||
|
|
||
|
/ {
|
||
|
behaviors {
|
||
|
/omit-if-no-ref/ caps_word: behavior_caps_word {
|
||
|
compatible = "zmk,behavior-caps-word";
|
||
|
label = "CAPS_WORD";
|
||
|
#binding-cells = <0>;
|
||
|
continue-list = <UNDERSCORE>;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
|