make mouse faster
This commit is contained in:
parent
af8600e54f
commit
f29d2e075b
@ -1,3 +1,5 @@
|
||||
#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>
|
||||
@ -6,6 +8,10 @@
|
||||
#include <dt-bindings/zmk/outputs.h>
|
||||
#include <dt-bindings/zmk/rgb.h>
|
||||
|
||||
&led_strip {
|
||||
chain-length = <27>;
|
||||
};
|
||||
|
||||
/ {
|
||||
combos {
|
||||
compatible = "zmk,combos";
|
||||
|
Loading…
x
Reference in New Issue
Block a user