Tweak mdk dongle to be more in line with what i want

This commit is contained in:
KemoNine 2020-12-31 03:47:37 +00:00
parent 2d8219f126
commit 71cff3297e
2 changed files with 7 additions and 4 deletions

View File

@ -0,0 +1,3 @@
CONFIG_USB=y
CONFIG_ZMK_SPLIT=y
CONFIG_ZMK_SPLIT_BLE_ROLE_CENTRAL=y

View File

@ -10,12 +10,12 @@
/ {
behaviors {
ht: hold_tap {
rst: boot_reset {
compatible = "zmk,behavior-hold-tap";
label = "Hold Tap";
label = "Hold Tap Bootloader-Reset";
#binding-cells = <2>;
tapping_term_ms = <150>;
flavor = "tap-preferred";
flavor = "balanced";
bindings = <&bootloader>, <&reset>;
};
};
@ -25,7 +25,7 @@
default_layer {
bindings = <
&ht B R
&rst B R
>;
};
};