Files
XDJ100SX/arduino/name.c
T
Markus Golec 77639ead8d Update name.c
XDJ200SX
2026-03-15 17:49:35 +01:00

11 lines
231 B
C

#include "usb_names.h"
#define MIDI_NAME {'X','D','J','2','0','0','S','X'}
#define MIDI_NAME_LEN 8
struct usb_string_descriptor_struct usb_string_product_name = {
2 + MIDI_NAME_LEN * 2,
3,
MIDI_NAME
};