Skip to content

Commit 73414dd

Browse files
committed
Tweaks for Adept diagrams
1 parent 3d40c4d commit 73414dd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/adept.keymap

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@
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

@@ -55,20 +51,23 @@
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

keymap-drawer/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)