diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-28 20:40:21 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-01-28 20:40:21 +0100 |
commit | 05ae4f4cd561108e7fd8db405806a1bf1abb45da (patch) | |
tree | 879f5377f699334a2eecba2e8c53bcb456bb65ca /config | |
parent | fa935f17408d7373b9419bf19b9cecc48f363765 (diff) | |
download | zmk-config-05ae4f4cd561108e7fd8db405806a1bf1abb45da.tar.gz zmk-config-05ae4f4cd561108e7fd8db405806a1bf1abb45da.zip |
ps2
Diffstat (limited to 'config')
-rw-r--r-- | config/corne.conf | 1 | ||||
-rw-r--r-- | config/corne.keymap | 7 | ||||
-rw-r--r-- | config/corne_right.conf | 2 | ||||
-rw-r--r-- | config/includes/combos.dtsi.old (renamed from config/includes/combos.dtsi) | 0 | ||||
-rw-r--r-- | config/includes/mouse_tp.dtsi | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/config/corne.conf b/config/corne.conf index 72094c8..242b35f 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -26,6 +26,7 @@ CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y # Configure PS2 Mouse Settings # +CONFIG_ZMK_MOUSE=y CONFIG_HEAP_MEM_POOL_SIZE=256 # Enable additional error mitigations to prevent cursor jumps diff --git a/config/corne.keymap b/config/corne.keymap index cef11d3..9922b2b 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -24,7 +24,6 @@ #include "utils/common.h" -#define HAS_UROB #define HAS_MOUSE_KEYS #define HAS_MOUSE_TP #ifdef HAS_MOUSE_KEYS @@ -116,10 +115,10 @@ COMBO(lnx_ao_comb, K_A K_O, DEFAULT, &lnx_no_ao) // | | | | | | | | label = "TP"; bindings = < + ___ ___ ___ ___ ___ &mms MS_TP_SENSITIVITY_INCR &mkp RCLK ___ ___ ___ ___ ___ + ___ ___ ___ ___ ___ &mms MS_TP_SENSITIVITY_DECR ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ - ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ - ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ ___ - ___ ___ ___ ___ ___ ___ + ___ ___ ___ &mkp LCLK &mkp MCLK ___ >; }; }; diff --git a/config/corne_right.conf b/config/corne_right.conf index 9a282bd..1f2c6f7 100644 --- a/config/corne_right.conf +++ b/config/corne_right.conf @@ -1,2 +1,2 @@ CONFIG_ZMK_SPLIT_ROLE_CENTRAL=y -CONFIG_ZMK_USB_LOGGING=y +CONFIG_ZMK_USB_LOGGING=n diff --git a/config/includes/combos.dtsi b/config/includes/combos.dtsi.old index f24cffb..f24cffb 100644 --- a/config/includes/combos.dtsi +++ b/config/includes/combos.dtsi.old diff --git a/config/includes/mouse_tp.dtsi b/config/includes/mouse_tp.dtsi index 52856ca..6345cf4 100644 --- a/config/includes/mouse_tp.dtsi +++ b/config/includes/mouse_tp.dtsi @@ -70,7 +70,7 @@ &mouse_ps2 { // Enables scroll wheel on mouse devices supporting the Intellimouse // extension. - // scroll-mode; + scroll-mode; // Disables clicking. Useful when using a PS2 driver that is prone to @@ -135,7 +135,7 @@ // How long to wait, after the last mouse movement, before deactivating // the layer (Default: 250) - layer-toggle-timeout-ms = <250>; + layer-toggle-timeout-ms = <1000>; }; |