Add files via upload

This commit is contained in:
Marc Monka
2025-10-31 16:57:48 +01:00
committed by GitHub
parent 1650826b39
commit a3d8d4c6b6
2 changed files with 418 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#include "usb_names.h"
#define MIDI_NAME {'X','D','J','1','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
};