From 1ee152b5a45b907958511e5477e0f8f18458fc15 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Fri, 27 Oct 2023 18:25:13 +0200 Subject: sansaclipplus: enable usb-hid mouse support Change-Id: Ifbebf9ff8474882a29378515e010e9c9d39df5c3 --- docs/CREDITS | 1 + firmware/export/config/sansaclipplus.h | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/CREDITS b/docs/CREDITS index 697a32b298..81da7c6b48 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -715,6 +715,7 @@ Michael Landherr Roman Artiukhin Richard Goedeken Mihaly 'Hermit' Horvath +Uwe Kleine-König The libmad team The wavpack team diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index e78063ef02..99eb1d8832 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -202,6 +202,7 @@ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x0781 #define USB_PRODUCT_ID 0x74d1 +#define HAVE_USB_HID_MOUSE #define HAVE_BOOTLOADER_USB_MODE /* Virtual LED (icon) */ -- cgit v1.2.3