/* * Copyright (c) 2020 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include #include #include #include #define DEFAULT 0 #define LOWER 1 #define ADJUST 2 &sk { quick-release; }; / { behaviors { td_ss: tap_dance_0 { compatible = "zmk,behavior-tap-dance"; label = "TAP_DANCE_0"; #binding-cells = <0>; tapping-term-ms = <140>; bindings = <&kp H>, <&kp LBKT>; }; }; keymap { compatible = "zmk,keymap"; default_layer { bindings = < &kp ESC &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp RETURN &sk CAPS &kp A &kp S &kp D &kp F &kp G &td_ss &kp J &kp K &kp L &kp SEMI &kp SQT &sk LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &sk RSHIFT &kp LGUI &sk LCTRL &kp SPACE &kp LC(BSPC) &sk RALT &mo 1 >; }; adjust_layer { bindings = < &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp C_PREV &kp C_NEXT &kp C_PP &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &bt BT_CLR &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &out OUT_BLE &out OUT_USB &trans &trans &trans &trans &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &trans &trans &trans &trans &trans &kp PAUSE_BREAK &trans &trans &trans &trans &trans &trans >; }; }; };