switch-pico/switch2_descriptors.h
Joey Yakimowich-Payne 0ec06676c3 Define Switch2 descriptors
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-08-11 12:23:07 +09:00

22 lines
794 B
C

#pragma once
#include <stddef.h>
#include <stdint.h>
extern const uint8_t switch2_device_descriptor[];
extern const size_t switch2_device_descriptor_length;
extern const uint8_t switch2_configuration_descriptor[];
extern const size_t switch2_configuration_descriptor_length;
extern const uint8_t switch2_hid_report_descriptor[];
extern const size_t switch2_hid_report_descriptor_length;
extern const uint8_t switch2_string_language[];
extern const size_t switch2_string_language_length;
extern const uint8_t switch2_string_manufacturer[];
extern const size_t switch2_string_manufacturer_length;
extern const uint8_t switch2_string_product[];
extern const size_t switch2_string_product_length;
extern const uint8_t switch2_string_serial[];
extern const size_t switch2_string_serial_length;