Skip to content

Commit

Permalink
Make changes needed for PR #2027
Browse files Browse the repository at this point in the history
  • Loading branch information
urob committed Aug 1, 2024
1 parent c8b4369 commit 6043e4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/corneish_zen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000

# Enable mouse
CONFIG_ZMK_MOUSE=y

# Zen display tweaks, requires patches by caksoylar
CONFIG_ZMK_DISPLAY_FULL_REFRESH_PERIOD=300
CONFIG_ZMK_DISPLAY_HIDE_MOMENTARY_LAYERS=y
Expand Down
3 changes: 3 additions & 0 deletions config/glove80.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000

# Enable mouse
CONFIG_ZMK_MOUSE=y

# Combo config, automated by build script
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3
Expand Down
1 change: 0 additions & 1 deletion config/mouse.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#define ZMK_MOUSE_DEFAULT_SCRL_VAL 20 // 10

#include <dt-bindings/zmk/mouse.h>
#include <behaviors/mouse_keys.dtsi>

&mmv {
acceleration-exponent = <1>; // 1
Expand Down
3 changes: 3 additions & 0 deletions config/planck_rev6.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ CONFIG_ZMK_KEYBOARD_NAME="Planck Rev6"
# Combo config, automated by build script
CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=6
CONFIG_ZMK_COMBO_MAX_KEYS_PER_COMBO=3

# Enable mouse
CONFIG_ZMK_MOUSE=y

0 comments on commit 6043e4b

Please sign in to comment.