Fix nav combo toggle ; add underglow controls ; add ext power control -- 7skb
This commit is contained in:
parent
d50f7d9618
commit
209479c448
|
@ -7,6 +7,8 @@
|
|||
#include <behaviors.dtsi>
|
||||
#include <dt-bindings/zmk/keys.h>
|
||||
#include <dt-bindings/zmk/bt.h>
|
||||
#include <dt-bindings/zmk/rgb.h>
|
||||
#include <dt-bindings/zmk/ext_power.h>
|
||||
|
||||
#define LAYER_ID_DEFAULT 0
|
||||
#define LAYER_ID_FUNC 1
|
||||
|
@ -26,7 +28,7 @@
|
|||
combos {
|
||||
compatible = "zmk,combos";
|
||||
combo_layer_navigation {
|
||||
key-positions = <35 20 37>;
|
||||
key-positions = <31 19 33>;
|
||||
bindings = <&tog LAYER_ID_FUNC>;
|
||||
};
|
||||
};
|
||||
|
@ -64,7 +66,7 @@
|
|||
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &none
|
||||
&trans &trans &trans &trans &trans &trans &trans &trans
|
||||
&rgb_ug RGB_HUI &rgb_ug RGB_HUD &rgb_ug RGB_BRI &rgb_ug RGB_BRD &ext_power EP_TOG &trans &trans &trans
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue