User Activity

this is leds status code ;static int8_t CUSTOM_HID_OutEvent_FS(uint8_t event_idx, uint8_t state){ /* USER CODE BEGIN 6 */if( (event_idx & 0x01) == 0x01 ){HAL_GPIO_WritePin(GPIOA,GPIO_PIN_10, GPIO_PIN_RESET);}else if( (event_idx & 0x01) != 0x01 ){HAL_...
Update the usbd_hid.c...static uint8_t USBD_HID_DataOut(USBD_HandleTypeDef *pdev, uint8_t epnum);...USBD_ClassTypeDef USBD_HID = {USBD_HID_Init,USBD_HID_DeInit,USBD_HID_Setup,NULL, /*EP0_TxSent*/ NULL, /*EP0_RxReady*/USBD_HID_DataIn, /*DataIn*/USBD_H...