Skip to content

Commit

Permalink
Push working instead
Browse files Browse the repository at this point in the history
  • Loading branch information
halfwit committed Aug 3, 2024
1 parent 0bcb46c commit 44faa9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
11 changes: 1 addition & 10 deletions config/boards/shields/keyball39/keyball39.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@
zmk,matrix_transform = &default_transform;
};

gpio_keys: gpio_keys {
compatible: "gpio-keys";
ec11_button: ec11_button {
label = "EC11 Button";
gpios = <&pro_micro 16 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
keycode = <EC11>;
}
};

default_transform: keymap_transform_0 {
compatible = "zmk,matrix-transform";
columns = <6>;
Expand Down Expand Up @@ -57,7 +48,7 @@ RC(3,0) RC(3,4) RC(3,5) RC(7,5) RC(7,4)
steps = <30>;
status = "disabled";
};

sensors {
compatible = "zmk,keymap-sensors";
sensors = <&bottom_encoder>;
Expand Down
8 changes: 0 additions & 8 deletions config/keyball39.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@
bindings = <&kp DOWN>, <&kp UP>;
//bindings = <&msc SCRL_UP>, <&msc SCRL_DOWN>;
};

ec11_button: ec11_button {
compatible = "zmk,behavior-sensor-rotate";
label = "EC11 Button";
bindings = <&mkp LCLK>;
}

};

keymap {
Expand All @@ -59,7 +52,6 @@
&kp U &kp R &mt LCTRL S &mt LWIN N &kp H &kp D &mt LWIN T &mt RCTRL E &kp A &kp I
&kp Z &kp X &kp C &kp V &kp J &kp B &kp G &kp COMMA &kp DOT &kp SEMI
&lt RAISE BSPC &lt LOWER SPACE &mt LALT TAB &mt LSHFT DEL &lt LOWER HOME &lt RAISE RET
&ec11_button
>;
sensor-bindings = <&volume_encoder>;
};
Expand Down

0 comments on commit 44faa9f

Please sign in to comment.