File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
#include <behaviors.dtsi>
8
- #include <dt-bindings/zmk/bt.h>
9
8
#include <dt-bindings/zmk/keys.h>
10
- #include <dt-bindings/zmk/mouse.h>
9
+ #include <dt-bindings/zmk/bt.h>
10
+ #include <dt-bindings/zmk/outputs.h>
11
+ #include <dt-bindings/zmk/ext_power.h>
12
+ #include <dt-bindings/led/led.h>
13
+ #include <dt-bindings/zmk/backlight.h>
14
+ #include <dt-bindings/zmk/rgb.h>
15
+ #include <dt-bindings/zmk/reset.h>
11
16
12
17
&led_strip {
13
18
chain-length = <27>;
59
64
60
65
bindings = <
61
66
&kp TAB &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp KP_MULTIPLY &kp LPAR &kp RPAR &kp BSPC
62
- &kp LCTRL &trans &trans &mkp LCLK &trans &mkp RCLK &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE
67
+ &kp LCTRL &trans &trans &trans &trans &trans &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp BSLH &kp GRAVE
63
68
&kp LSHFT &trans &trans &trans &trans &trans &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
64
69
&kp LGUI &studio_unlock &kp SPACE &kp RET &studio_unlock &kp RALT
65
70
>;
Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ layers:
61
61
- $$mdi:apple-keyboard-control$$
62
62
- {t: ▽, type: trans}
63
63
- {t: ▽, type: trans}
64
- - ' &mkp LCLK'
65
64
- {t: ▽, type: trans}
66
- - ' &mkp RCLK'
65
+ - {t: ▽, type: trans}
66
+ - {t: ▽, type: trans}
67
67
- ' -'
68
68
- ' ='
69
69
- ' ['
You can’t perform that action at this time.
0 commit comments