From 942b92c6559baa3dd87a9d7a827e8b9da42d1d31 Mon Sep 17 00:00:00 2001 From: Rob Rogers Date: Mon, 12 Aug 2024 11:46:54 -0500 Subject: [PATCH] enable mouse --- config/corne.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/corne.conf b/config/corne.conf index 00b33f6..591ba44 100644 --- a/config/corne.conf +++ b/config/corne.conf @@ -10,6 +10,9 @@ CONFIG_WS2812_STRIP=y # Uncomment the following line to enable the Corne OLED Display CONFIG_ZMK_DISPLAY=y +# Mouse keys +CONFIG_ZMK_MOUSE=y + # Uncomment the following line to boost the bluetooth trasmit power CONFIG_BT_CTLR_TX_PWR_PLUS_8=y