forked from kofal.net/zmk
Added a new setting to remember the user's preferred endpoint. When both USB and
BLE are connected, the preferred endpoint will be used.
Added a new behavior to control this setting. It supports commands:
&end END_USB - Prefer USB output
&end END_BLE - Prefer BLE output
&end END_TOG - Toggle between USB and BLE
11 lines
174 B
YAML
11 lines
174 B
YAML
#
|
|
# Copyright (c) 2020, The ZMK Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
description: Endpoints Behavior
|
|
|
|
compatible: "zmk,behavior-endpoints"
|
|
|
|
include: one_param.yaml
|