thefloweringash / iousbhiddriver-descriptor-override

Fix broken USB HID descriptors. Now with Noppoo Choc Mini support!
http://thefloweringash.github.io/iousbhiddriver-descriptor-override
GNU Lesser General Public License v3.0
204 stars 25 forks source link

Noppoo Choc Mini 84-key Wireless #14

Open joshtch opened 10 years ago

joshtch commented 10 years ago

Any chance of supporting this thing? Wireless is no problem, but wired with nkro doesn't work. Running rake scan gets me:

Checking device: #<LIBUSB::Device 20/3 1096:0284 ? ? ? (HID (01,01), HID (00,00))>

and no new changes in the descriptors directory. Any thoughts? Do I need to run xcodebuild first?

thefloweringash commented 10 years ago

This project corrects a particular incompatibility that seems common with the Noppoo keyboards, if rake scan doesn't pick anything up (Found ambiguity!), then it's likely that your keyboard doesn't fit the pattern. It's difficult to support keyboards I don't have physically have, but there's a chance there's something in the device descriptor, which you can get with USB Prober.app in the February 2012 version of Hardware IO Tools for Xcode .

What kind of behaviour are you seeing?

joshtch commented 10 years ago

Ah, now I'm getting the "found ambiguity" message. Here's a gist with the relevant info: https://gist.github.com/joshtch/1c52bf4a64c092b16689

The errors I get are like things like multiple keys per keypress and nonresponsive keys.

joshtch commented 10 years ago

Looks like it's working now! Well, besides NKRO, but that wasn't working anyway right?