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 edee0c2 commit d83238d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/voltarium.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
&kp LCTRL &kp A &kp R &kp S &kp T &kp D &kp H &kp N &kp E &kp I &kp O &kp APOS
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp K &kp M &kp COMMA &kp PERIOD &kp FSLH &mt RALT RETURN
&mo BT &lalt_esc &mo NUM &bspc_del &kp LGUI &mo NAV &mo NAV &tog QWERTY &kp SPACE &tog NUM &mo FUN &none
&kp C_PLAY_PAUSE &kp F1
&kp C_PLAY_PAUSE &soft_off
>;
sensor-bindings = <&scroll_encoder>, <&rot_kp>;
};
Expand Down
5 changes: 4 additions & 1 deletion config/voltarium_left.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ CONFIG_ZMK_EXT_POWER=y

# Encoders
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y

# Soft Off
CONFIG_ZMK_PM_SOFT_OFF=y
5 changes: 4 additions & 1 deletion config/voltarium_right.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ CONFIG_ZMK_EXT_POWER=y

# Encoders
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y

# Soft Off
CONFIG_ZMK_PM_SOFT_OFF=y

0 comments on commit d83238d

Please sign in to comment.