diff --git a/profiles/input/device.c b/profiles/input/device.c
index 6c64ff1..ff7e348 100644
--- a/profiles/input/device.c
+++ b/profiles/input/device.c
};
static int idle_timeout = 0;
-static bool uhid_enabled = false;
+static bool uhid_enabled = true;
static bool classic_bonded_only = true;
void input_set_idle_timeout(int timeout)
diff --git a/profiles/input/input.conf b/profiles/input/input.conf
index d8645f3..00a34eb 100644
--- a/profiles/input/input.conf
+++ b/profiles/input/input.conf
#IdleTimeout=30
# Enable HID protocol handling in userspace input profile
-# Defaults to false (HIDP handled in HIDP kernel module)
+# Defaults to true (Use UHID instead of kernel HIDP)
#UserspaceHID=true
# Limit HID connections to bonded devices