Skip to content

Commit

Permalink
refactor: try to fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff committed Aug 15, 2024
1 parent d130ea2 commit 7bf3f64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
12 changes: 0 additions & 12 deletions config/custom_behavior.dtsi
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
/ {
behaviors {
ctrl_esc: ctrl_esc {
compatible = "zmk,behavior-hold-tap";
tap-behavior = <&kp ESC>; // Tap behavior sends Escape
hold-behavior = <&kp LCTRL>; // Hold behavior sends Ctrl
};

sym_bspc: sym_bspc {
compatible = "zmk,behavior-hold-tap";
tap-behavior = <&kp BSPC>; // Tap behavior sends Backspace
hold-behavior = <&mo SYM>; // Hold behavior activates Layer 3
};

swapper: swapper {
compatible = "zmk,behavior-tri-state";
#binding-cells = <0>;
Expand Down
8 changes: 4 additions & 4 deletions config/splitkb_aurora_corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
// | SHFT | Z | X | C | D | V | | K | H | , | . | / | SHFT |
// | N/A | ENT | SPC | | ENT | SPC | N/A |
bindings = <
&kp TAB &kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp SEMI &kp BSPC
&ctrl_esc &kp A &kp R &kp S &kp T &kp G &kp M &kp N &kp E &kp I &kp O &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp D &kp V &kp K &kp H &kp COMMA &kp DOT &kp FSLH &kp RSHFT
&none &kp RET &mo NAV &sym_bspc &kp SPACE &none
&kp TAB &kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp SEMI &kp BSPC
&mt LCTL ESC &kp A &kp R &kp S &kp T &kp G &kp M &kp N &kp E &kp I &kp O &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp D &kp V &kp K &kp H &kp COMMA &kp DOT &kp FSLH &kp RSHFT
&none &kp RET &mo NAV &lt SYM BSPC &kp SPACE &none
>;
};

Expand Down

0 comments on commit 7bf3f64

Please sign in to comment.