summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.yaml6
-rw-r--r--config/corne.conf1
-rw-r--r--config/corne.keymap7
-rw-r--r--config/corne_right.conf2
-rw-r--r--config/includes/combos.dtsi.old (renamed from config/includes/combos.dtsi)0
-rw-r--r--config/includes/mouse_tp.dtsi4
6 files changed, 10 insertions, 10 deletions
diff --git a/build.yaml b/build.yaml
index 53dab67..82bb051 100644
--- a/build.yaml
+++ b/build.yaml
@@ -15,6 +15,6 @@
include:
- board: nice_nano_v2
shield: corne_right
- #- board: nice_nano_v2
- # shield: corne_left
-# - board: bt60_v2
+ - board: nice_nano_v2
+ shield: corne_left
+ - board: bt60_v2
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>;
};