Skip to content

Commit d62583f

Browse files
fix: add missing include
1 parent 3e89c0d commit d62583f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

config/corne.keymap

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
*/
66

77
#include <behaviors.dtsi>
8-
#include <dt-bindings/zmk/bt.h>
98
#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>
1116

1217
&led_strip {
1318
chain-length = <27>;
@@ -59,7 +64,7 @@
5964

6065
bindings = <
6166
&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
6368
&kp LSHFT &trans &trans &trans &trans &trans &kp UNDER &kp PLUS &kp LBRC &kp RBRC &kp PIPE &kp TILDE
6469
&kp LGUI &studio_unlock &kp SPACE &kp RET &studio_unlock &kp RALT
6570
>;

0 commit comments

Comments
 (0)