File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 combos {
1818 compatible = "zmk,combos";
1919
20- bootloader {
20+ adept_bl {
2121 timeout-ms = <50>;
2222 key-positions = <0 3>;
2323 bindings = <&bootloader>;
24- };
25- studio_unlock {
26- timeout-ms = <50>;
27- key-positions = <1 2>;
28- bindings = <&studio_unlock>;
24+ layers = <0>;
2925 };
3026 };
3127
5551 compatible = "zmk,keymap";
5652
5753 base_layer {
54+ display-name = "Base";
5855 bindings = <
5956&mlt 1 MB4 &mkp MB5 &mkp LCLK &mkp RCLK
6057&mlte 2 LCLK &mlte 2 MCLK
6158 >;
6259 };
6360
6461 bluetooth_layer {
62+ display-name = "Bluetooth";
6563 bindings = <
6664&trans &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3
6765&bt BT_SEL 0 &bt BT_CLR
6866 >;
6967 };
7068
7169 scroll_layer {
70+ display-name = "Scroll";
7271 bindings = <
7372&trans &trans &trans &trans
7473&trans &trans
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ parse_config:
5151 combo_lock : {draw_separate: true}
5252 combo_indbat : {align: top, o: 0.25}
5353 combo_indcon : {align: top}
54+ adept_bl : {align: top}
5455
5556 zmk_keycode_map :
5657 # custom mappings
You can’t perform that action at this time.
0 commit comments