Skip to content

Commit

Permalink
Updated keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltaicGRiD committed Aug 4, 2024
1 parent 63f8810 commit efe1084
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boards/shields/voltarium/voltarium.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&left_encoder &right_encoder>;
triggers-per-rotation = <20>;
triggers-per-rotation = <12>;
};
};
4 changes: 2 additions & 2 deletions config/voltarium.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
compatible = "zmk,behavior-sensor-rotate";
#sensor-binding-cells = <0>;
#binding-cells = <0>;

bindings = <&kp RIGHT>, <&kp LEFT>;
tap-ms = <180>;
bindings = <&kp LEFT>, <&kp RIGHT>;
};

rot_pg_ud_kp: rot_pg_ud_kp {
Expand Down
1 change: 1 addition & 0 deletions config/voltarium_left.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Display
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY_INVERT=y
# CONFIG_ZMK_WIDGET_LAYER_STATUS=y
# CONFIG_ZMK_WIDGET_BATTERY_STATUS=y
# CONFIG_ZMK_WIDGET_BATTERY_STATUS_SHOW_PERCENTAGE=y
Expand Down

0 comments on commit efe1084

Please sign in to comment.