Skip to content

Commit

Permalink
Remove label
Browse files Browse the repository at this point in the history
  • Loading branch information
nickconway committed Apr 14, 2024
1 parent 4f41b43 commit aaf67f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
╰───────────╮ 36 37 38 │ │ 39 40 41 ╭───────────╯
╰────────────╯ ╰────────────╯ */

#define LAYER(NODE, LABEL,\
#define LAYER(NODE, \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K10, K11, \
K12, K13, K14, K15, K16, K17, K18, K19, K20, K21, K22, K23, \
K24, K25, K26, K27, K28, K29, K30, K31, K32, K33, K34, K35, \
K36, K37, K38, K39, K40, K41, \
K42, K43 \
) \
NODE { \
label = ZMK_MACRO_STRINGIFY(LABEL); \
bindings = < \
K00 K01 K02 K03 K04 K05 K06 K07 K08 K09 K10 K11 \
K12 K13 K14 K15 K16 K17 K18 K19 K20 K21 K22 K23 \
Expand Down
2 changes: 1 addition & 1 deletion config/include/base.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

compatible = "zmk,keymap";

LAYER(default, Base,
LAYER(Base,
&none, &kp Q, &kp W, &kp F, &kp P, &kp B, &kp J, &kp L, &kp U, &kp Y, &kp QUOT, &none,
&none, &kp A, &kp R, &kp S, &kp T, &kp G, &kp M, &kp N, &kp E, &kp I, &kp O, &none,
&none, &kp Z, &kp X, &kp C, &kp D, &kp V, &kp K, &kp H, &kp CMMA, &kp DOT, &kp SLASH, &none,
Expand Down

0 comments on commit aaf67f7

Please sign in to comment.