mirror of
https://github.com/justinian/edmfd_firmware.git
synced 2025-12-09 16:24:31 -08:00
Initial version, HID and vendor echo working
This commit is contained in:
6
src/usb_descriptors.hh
Normal file
6
src/usb_descriptors.hh
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
enum class descriptor {
|
||||
gamepad = 1,
|
||||
_count
|
||||
};
|
||||
Reference in New Issue
Block a user