Skip to content

Commit

Permalink
fix missing semis
Browse files Browse the repository at this point in the history
  • Loading branch information
kv-ax committed Jul 13, 2023
1 parent 8d94896 commit ef9fdf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
---
include:
- board: nice_nano_v2
shield: corne_left
shield: corne_left nice_view_adapter nice_view
- board: nice_nano_v2
shield: corne_right
shield: corne_right nice_view_adapter nice_view
8 changes: 4 additions & 4 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@
flavor = "tap-preferred";
tapping-term-ms = <200>;
bindings = <&kp>, <&kp>;
}
};
lt_: custom_layer_tap {
compatible = "zmk,behavior-hold-tap";
label = "LAYER_TAP";
#binding-cells = <2>;
flavor = "balanced";
tapping-term-ms = <200>;
bindings = <&mo>, <&kp>;
}
}
};
};
keymap {
compatible = "zmk,keymap";

Expand Down Expand Up @@ -131,5 +131,5 @@
&trans &trans &kp K_POWER &trans &trans &trans
>;
};
}
};
};

0 comments on commit ef9fdf9

Please sign in to comment.