/* * Copyright (c) 2022 The ZMK Contributors * * SPDX-License-Identifier: MIT */ #include #include #include #include / { keymap { compatible = "zmk,keymap"; default_layer { // Ref: https://zmkfirmware.dev/docs/codes/ // ---------------------------------------------------------------------------------------------------------------------------------- // | ESC/~ | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | BSPC | | = | HOME | PGUP | // | TAB | Q | W | E | R | T | | Y | U | I | O | P | [ | | ] | END | PGDN | // | CTRL | A | S | D | F | G | | H | J | K | L | ; | ENTER | | | UP | | // | SHIFT | Z | X | C | V | B | | N | M | , | . | / | ' | | L | DN | R | // | CTRL | GUI | ALT | SPACE | | ENTER | BSPC | mo(2) | mo(1) | bindings = < &gresc &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &kp BSPC &kp EQUAL &kp HOME &kp PG_UP &kp TAB &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp LBKT &kp RBKT &kp END &kp PG_DN &kp LCTRL &kp A &kp S &kp D &kp F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp RET &kp UP &kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp APOS &kp LEFT &kp DOWN &kp RIGHT &kp LCTRL &kp LGUI &kp LALT &kp SPACE &kp RET &kp BSPC &mo 2 &mo 1 >; }; layer1 { // ---------------------------------------------------------------------------------------------------------------------------------- // | BTCLR | BT1 | BT2 | BT3 | BT4 | BT5 | | | | | | | | | | | | // | F1 | F2 | F3 | F4 | F5 | F6 | | F7 | F8 | F9 | F10 | F11 | F12 | | | Mute | Play | // | ` | ! | @ | # | $ | % | | ^ | & | * | ( | ) | ~ | | | Vol+ | | // | | | | | | | | | _ | + | { | } | "|" | | Prev | Vol- | Next | // | | | | | | | | | | bindings = < &bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &trans &trans &trans &trans &trans &trans &trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &trans &kp C_MUTE &kp C_PLAY_PAUSE &kp GRAVE &kp EXCL &kp AT &kp HASH &kp DOLLAR &kp PRCNT &kp CARET &kp AMPS &kp KP_MULTIPLY &kp LPAR &kp RPAR &kp TILDE &kp C_VOL_UP &trans &ext_power EP_ON &ext_power EP_OFF &ext_power EP_TOG &trans &trans &trans &kp MINUS &kp KP_PLUS &kp LBRC &kp RBRC &kp PIPE &kp C_PREV &kp C_VOL_DN &kp C_NEXT &trans &trans &trans &trans &trans &trans &trans &trans >; }; layer2 { // ---------------------------------------------------------------------------------------------------------------------------------- // | | | | | | | | | | | | | | | | | | // | ` | 1 | 2 | 3 | 4 | 5 | | 6 | 7 | 8 | 9 | 0 | | | | | | // | F1 | F2 | F3 | F4 | F5 | F6 | | | <- | ^ | v | -> | | | | | | // | F7 | F8 | F9 | F10 | F11 | F12 | | + | - | = | [ | ] | \ | | | | | // | | | | | | | | | | bindings = < &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &kp GRAVE &kp N1 &kp N2 &kp N3 &kp N4 &kp N5 &kp N6 &kp N7 &kp N8 &kp N9 &kp N0 &trans &trans &trans &trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans &kp F7 &kp F8 &kp F9 &kp F10 &kp F11 &kp F12 &kp KP_PLUS &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans >; }; }; };