Skip to content

Commit

Permalink
rolling back ineffective scroll fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Jan 16, 2025
1 parent 5d818f4 commit 2c4bbce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
12 changes: 0 additions & 12 deletions boards/shields/chuck/chuck.dtsi
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#include <dt-bindings/zmk/matrix_transform.h>
#include <input/processors.dtsi>
#include <zephyr/dt-bindings/input/input-event-codes.h>
#include "chuck-layouts.dtsi"

/ {
Expand Down Expand Up @@ -37,16 +35,6 @@
sensors = <&encoder>;
triggers-per-rotation = <24>;
};

input_processors {
zip_scroll_scalar: zip_scroll_scalar {
compatible = "zmk,input-processor-scalar";
#input-processor-cells = <2>;
type = <INPUT_EV_REL>;
codes = <INPUT_REL_WHEEL INPUT_REL_HWHEEL>;
track-remainders;
};
};
};

// vim: expandtab softtabstop=4 shiftwidth=4
8 changes: 0 additions & 8 deletions boards/shields/chuck/one_up_chuck.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@
// Magic bluetooth button
#define BT_(btnum) &bt_key btnum btnum

// Fix to get mouse scrolling to work
&msc_input_listener {
turbo {
layers = <0>;
input-processors = <&zip_scroll_scalar 2 1>;
};
};

// Key positions for combos
// ┏━━━━┳━━━━┳━━━━┳━━━━┓ ┏━━━━┳━━━━┳━━━━┳━━━━┓
// ┃ 0 ┃ 1 ┃ 2 ┃ 3 ┃ ┃ 4 ┃ 5 ┃ 6 ┃ 7 ┃
Expand Down

0 comments on commit 2c4bbce

Please sign in to comment.