tapping term
This commit is contained in:
parent
f29d2e075b
commit
c2e48e4146
@ -1,5 +1,6 @@
|
||||
#define ZMK_POINTING_DEFAULT_MOVE_VAL 1500 // default: 600
|
||||
#define ZMK_POINTING_DEFAULT_SCRL_VAL 20 // default: 10
|
||||
|
||||
#include <dt-bindings/zmk/pointing.h>
|
||||
#include <behaviors.dtsi>
|
||||
#include <dt-bindings/zmk/bt.h>
|
||||
@ -8,8 +9,11 @@
|
||||
#include <dt-bindings/zmk/outputs.h>
|
||||
#include <dt-bindings/zmk/rgb.h>
|
||||
|
||||
&led_strip {
|
||||
chain-length = <27>;
|
||||
&led_strip { chain-length = <27>; };
|
||||
|
||||
&mt {
|
||||
tapping-term-ms = <180>;
|
||||
flavor = "balanced";
|
||||
};
|
||||
|
||||
/ {
|
||||
|
Loading…
x
Reference in New Issue
Block a user