23 lines
390 B
YAML
23 lines
390 B
YAML
# Copyright (c) 2021 The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
description: Caps word behavior
|
|
|
|
compatible: "zmk,behavior-caps-word"
|
|
|
|
include: zero_param.yaml
|
|
|
|
properties:
|
|
continue-list:
|
|
type: array
|
|
required: true
|
|
mods:
|
|
type: int
|
|
layers:
|
|
type: int
|
|
ignore-alphas:
|
|
type: boolean
|
|
ignore-numbers:
|
|
type: boolean
|
|
ignore-modifiers:
|
|
type: boolean
|