diff options
| -rw-r--r-- | config/planck_rev6.conf | 2 | ||||
| -rw-r--r-- | config/planck_rev6.keymap | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/planck_rev6.conf b/config/planck_rev6.conf index c087279..4f68300 100644 --- a/config/planck_rev6.conf +++ b/config/planck_rev6.conf @@ -1,2 +1,2 @@ # Put configuration options here -CONFIG_ZMK_USB_LOGGING=y +CONFIG_ZMK_USB_LOGGING=n diff --git a/config/planck_rev6.keymap b/config/planck_rev6.keymap index 0d2cddc..43130ff 100644 --- a/config/planck_rev6.keymap +++ b/config/planck_rev6.keymap @@ -28,7 +28,7 @@ label = "HMOD_S"; #binding-cells = <2>; tapping-term-ms = <250>; - quick-tap-ms = <0>; + #quick-tap-ms = <0>; flavor = "tap-preferred"; bindings = <&kp>, <&kp>; }; @@ -37,7 +37,7 @@ label = "HMOD_M"; #binding-cells = <2>; tapping-term-ms = <200>; - quick-tap-ms = <0>; + #quick-tap-ms = <0>; flavor = "tap-preferred"; bindings = <&kp>, <&kp>; }; @@ -46,7 +46,7 @@ label = "HMOD_F"; #binding-cells = <2>; tapping-term-ms = <160>; - quick-tap-ms = <0>; + #quick-tap-ms = <0>; flavor = "tap-preferred"; bindings = <&kp>, <&kp>; }; |
