Current status updates for those who are wondering:
nueUSBKeyboard
I’m trying to figure out an efficient way to map keys quickly. Currently the problem is that Windows Mobile remaps the key to a local keyboard layout, but the USB HID Usage tables don’t want a localized layout (If you read the spec, it actually wants a QWERTY layout, and the host is responsible for doing layout translation).
I have mouse / joystick support working, though not in a stable way yet. So the goals so far here are to emulate a Logitech keyboard of some sort, so it works with other devices that don’t like the minimal implementation I used.
nueKBLight
The main problem (I think) with nueKBLight right now is that it doesn’t implement some driver level support for Opera. I’ll get on that. There’s also a small problem with the orientation when you turn on the keyboard if the slide is open. If you’re having performance issues, I suggest turning SIP on slide off, as switching SIPs _does_ take a bit of CPU time…
nueMinutes
Embarrassingly, I can’t seem to find the source code. I never checked it into version control, apparently… Well, it was supposed to get a complete rewrite anyway.
nuePower
I’ve gotten several questions about fastcharge and 1% increments, and the answer is the code is in the same driver, so there isn’t a way to combine them until I patch the thing again. Which will happen, once I find my notes again.
Hopefully that answers some of the more pressing questions. I also have fixing comments (if you can’t comment, it’s probably the stupid spam filter acting up…) and such on my list of things to do.