From 1b3228516d4b677f99416aaa59d95a2db3408fdc Mon Sep 17 00:00:00 2001 From: ldebritto Date: Wed, 15 Jan 2025 11:01:08 -0300 Subject: [PATCH] matched urob's .conf file on mouse settings --- config/cradio.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/cradio.conf b/config/cradio.conf index 388d7d0..c4eebb9 100644 --- a/config/cradio.conf +++ b/config/cradio.conf @@ -11,6 +11,6 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y # BLE connection improvements CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y -# Mouse config, requires PR #778 -CONFIG_ZMK_MOUSE=y -CONFIG_ZMK_MOUSE_TICK_DURATION=8 \ No newline at end of file +# Enable mouse +CONFIG_ZMK_POINTING=y +# CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y \ No newline at end of file