Skip to content

Commit 667228e

Browse files
mctechnology17github-actions[bot]
authored andcommitted
fix: add missing include
1 parent 3e89c0d commit 667228e

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
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
>;

keymap-drawer/corne.svg

Lines changed: 6 additions & 10 deletions
Loading

keymap-drawer/corne.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ layers:
6161
- $$mdi:apple-keyboard-control$$
6262
- {t: ▽, type: trans}
6363
- {t: ▽, type: trans}
64-
- '&mkp LCLK'
6564
- {t: ▽, type: trans}
66-
- '&mkp RCLK'
65+
- {t: ▽, type: trans}
66+
- {t: ▽, type: trans}
6767
- '-'
6868
- '='
6969
- '['

0 commit comments

Comments
 (0)