zmk/app/snippets/studio-rpc-usb-uart/snippet.yml
Peter Johanson f584318ddc feat: Add the ability to keep/omit behaviors for a given build.
* Use defines to keep either all behaviors with omits, or selective behaviors with
  explicit kept behavior, before including `behavior.dtsi` in keymaps.
* Default ZMK_BEHAVIORS_KEEP_ALL when building with the studio RPC
  endpoint snippet.
2024-09-02 22:31:38 -06:00

8 lines
253 B
YAML

# Copyright (c) 2024 The ZMK Contributors
# SPDX-License-Identifier: MIT
name: studio-rpc-usb-uart
append:
DTS_EXTRA_CPPFLAGS: -DZMK_BEHAVIORS_KEEP_ALL
EXTRA_DTC_OVERLAY_FILE: studio-rpc-usb-uart.overlay
EXTRA_CONF_FILE: studio-rpc-usb-uart.conf