File tree Expand file tree Collapse file tree 3 files changed +30
-26
lines changed Expand file tree Collapse file tree 3 files changed +30
-26
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ parse_config:
2020 ' &out OUT_USB ' : Out USB
2121 ' &out OUT_BLE ' : Out BLE
2222
23- ' &bt BT_SEL 0 ' : BT 1
24- ' &bt BT_SEL 1 ' : BT 2
25- ' &bt BT_SEL 2 ' : BT 3
26- ' &bt BT_SEL 3 ' : BT 4
27- ' &bt BT_SEL 4 ' : BT 5
23+ ' &btsel 0 ' : BT 1
24+ ' &btsel 1 ' : BT 2
25+ ' &btsel 2 ' : BT 3
26+ ' &btsel 3 ' : BT 4
27+ ' &btsel 4 ' : BT 5
2828
2929 ' &mmv MOVE_UP ' : Mouse ↑
3030 ' &mmv MOVE_DOWN ' : Mouse ↓
@@ -170,4 +170,4 @@ parse_config:
170170 UNDERSCORE : _
171171draw_config :
172172 footer_text : ' Created with <a href="https://github.com/caksoylar/keymap-drawer">keymap-drawer</a>'
173- dark_mode : auto
173+ dark_mode : auto
Original file line number Diff line number Diff line change @@ -142,16 +142,16 @@ layers:
142142 - ' '
143143 - Boot
144144 - BT CLR
145- - ' &btsel '
146- - ' &btsel 1 '
147- - ' &btsel 2 '
148- - ' &btsel 3 '
149- - ' &btsel 4 '
150- - ' &btsel 4 '
151- - ' &btsel 3 '
152- - ' &btsel 2 '
153- - ' &btsel 1 '
154- - ' &btsel '
145+ - BT 1
146+ - BT 2
147+ - BT 3
148+ - BT 4
149+ - BT 5
150+ - BT 5
151+ - BT 4
152+ - BT 3
153+ - BT 2
154+ - BT 1
155155 - BT CLR
156156 - Reset
157157 - ' '
You can’t perform that action at this time.
0 commit comments