/* * Copyright (c) 2024 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include #include #include #include / { behaviors { #if ZMK_BEHAVIOR_OMIT(SNAP_TAP) /omit-if-no-ref/ #endif // Universal snap tap behavior: &st // Example: &st A D (A key with D as opposing key) st: snap_tap { compatible = "zmk,behavior-snap-tap"; #binding-cells = <2>; display-name = "Snap Tap"; }; }; };