Skip to content

Commit f1669e9

Browse files
committed
Use wired_split in config
1 parent 4802b0d commit f1669e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/ergodash.keymap

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,21 @@
88
#include <dt-bindings/zmk/keys.h>
99
#include <dt-bindings/zmk/bt.h>
1010

11+
&pro_micro_serial {
12+
status = "okay";
13+
};
14+
1115
#define DEFAULT 0
1216
#define LOWER 1
1317
#define RAISE 2
1418

1519

1620
/ {
21+
wired_split {
22+
compatible = "zmk,wired-split";
23+
device = <&pro_micro_serial>;
24+
};
25+
1726
keymap {
1827
compatible = "zmk,keymap";
1928

0 commit comments

Comments
 (0)