From 017773f4bd1aae587717239f9f8c5af7f7532ae5 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 25 May 2025 18:30:52 +0200 Subject: [PATCH] feat: add usb logging to config --- config/corax.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/corax.conf b/config/corax.conf index 803fe1a..67edd93 100644 --- a/config/corax.conf +++ b/config/corax.conf @@ -27,3 +27,5 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y CONFIG_BT_GATT_ENFORCE_SUBSCRIPTION=y CONFIG_ZMK_EXT_POWER=y + +CONFIG_ZMK_USB_LOGGING=y