Skip to content

Commit

Permalink
Updated keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltaicGRiD committed Aug 3, 2024
1 parent 8874124 commit 58f296a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config/voltarium.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
#sensor-binding-cells = <0>;
#binding-cells = <0>;
bindings = <&msc MOVE_UP>, <&msc MOVE_DOWN>;
tap-ms = <100>;
tap-ms = <120>;
};

scroll_encoder: scroll_encoder {
compatible = "zmk,behavior-sensor-rotate";
#sensor-binding-cells = <0>;
#binding-cells = <0>;
bindings = <&msc SCRL_UP>, <&msc SCRL_DOWN>;
tap-ms = <100>;
bindings = <&msc SCRL_DOWN>, <&msc SCRL_UP>;
tap-ms = <120>;
};

bspc_del: backspace_delete {
Expand Down Expand Up @@ -113,7 +113,7 @@
&mo BT &lalt_esc &mo NUM &bspc_del &kp LGUI &nav_brace &paren_tap &tog QWERTY &kp SPACE &mo NUM &none &kp RGUI
&kp C_PLAY_PAUSE &kp F1
>;
sensor-bindings = <&scroll_encoder>, <&scroll_encoder_new>;
sensor-bindings = <&scroll_encoder>, <&rot_kp>;
};

qwerty_layer {
Expand All @@ -124,7 +124,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans
>;
sensor-bindings = <&scroll_encoder>, <&scroll_encoder_new>;
sensor-bindings = <&scroll_encoder>, <&rot_kp>;
};

numbers_layer {
Expand All @@ -135,7 +135,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans
>;
sensor-bindings = <&scroll_encoder>, <&scroll_encoder_new>;
sensor-bindings = <&scroll_encoder>, <&rot_kp>;
};

navigation_layer {
Expand All @@ -146,7 +146,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans
>;
sensor-bindings = <&scroll_encoder>, <&scroll_encoder_new>;
sensor-bindings = <&scroll_encoder>, <&rot_kp>;
};

bluetooth_layer {
Expand All @@ -157,11 +157,11 @@
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans
>;
sensor-bindings = <&scroll_encoder>, <&scroll_encoder_new>;
sensor-bindings = <&scroll_encoder>, <&rot_kp>;
};
};
};

&nice_view_spi {
cs-gpios = <&pro_micro 10 GPIO_ACTIVE_HIGH>;
};
cs-gpios = <&pro_micro 10 GPIO_ACTIVE_HIGH>;
};
10 changes: 10 additions & 0 deletions config/voltarium_right.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Display
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=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
CONFIG_ZMK_WIDGET_OUTPUT_STATUS=y
CONFIG_ZMK_WIDGET_WPM_STATUS=y
CONFIG_ZMK_DISPLAY_WORK_QUEUE_SYSTEM=y

0 comments on commit 58f296a

Please sign in to comment.