Skip to content

Instantly share code, notes, and snippets.

@thefloweringash
thefloweringash / gist:1442127
Created December 7, 2011 09:20
Noppoo HID descriptors, original and modified with MacOS support.
#include <stdio.h>
#include <stdint.h>
#include "HIDReportData.h"
const uint8_t standard_descriptor_primary[] = {
HID_RI_USAGE_PAGE(8, 0x01),
HID_RI_USAGE(8, 0x06),
HID_RI_COLLECTION(8, 0x01),
HID_RI_USAGE_PAGE(8, 0x08),