Skip to content

Commit

Permalink
ZMK Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebritto committed Dec 8, 2024
1 parent 4837b56 commit 39b51e3
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config/cradio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ CONFIG_ZMK_SLEEP=y
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

# BLE connection improvements
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

# ZMK Studio
CONFIG_ZMK_STUDIO=y
20 changes: 19 additions & 1 deletion config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@
layers = <FUN>;
};

sys_zmk_studio_unlock {
key-positions = <26 27 28>;
bindings = <&studio_unlock>;
layers = <FUN>;
};

};

behaviors {
Expand Down Expand Up @@ -270,7 +276,7 @@
&kp ESC &kp LBRC &kp LBKT &kp LPAR &kp PRCNT &kp AMPS &kp RPAR &kp RBKT &kp RBRC &kp DQT
&kp MINUS &kp CARET &kp GRAVE &kp TILDE &kp DOLLAR &kp HASH &sk RGUI &sk LSHFT &sk RALT &sk RCTRL
&kp PLUS &kp EQUAL &kp ASTRK &kp FSLH &kp AT &kp PIPE &kp BSLH &kp QMARK &kp EXCL &kp COLON
&trans &mt RSHFT UNDER &kp UNDER &trans
&trans &mt RSHFT UNDER &trans &trans
>;
};

Expand All @@ -283,5 +289,17 @@
>;
};

extra1 {
status = "reserved";
};

extra2 {
status = "reserved";
};

extra3 {
status = "reserved";
};

};
};
1 change: 1 addition & 0 deletions config/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ manifest:
remote: zmkfirmware
revision: main
import: app/west.yml
snippet: studio-rpc-usb-uart # ZMK-Studio-snippet
- name: zmk-tri-state
remote: urob
revision: main
Expand Down

0 comments on commit 39b51e3

Please sign in to comment.