andreasjhkarlsson / mac-dial

macOS support for the Surface Dial
MIT License
180 stars 32 forks source link

Aibecy Dial #26

Open ErwinMeulman opened 9 months ago

ErwinMeulman commented 9 months ago

Similar as the Surface Dial but with a usb cable. The VendorID = 0x1234 and the ProductID = 0x5678, I change the dail.swift file: // Identifiers for the Surface Dial static let VendorId: UInt16 = 0x1234 static let ProductId: UInt16 = 0x5678

but i get a error that hdiapi.h is missing, can you help me?