Jacob Alexander

Results 270 comments of Jacob Alexander

Oh, I so want this too. As a tl;dr depending on the OS there might be a simple way. Otherwise, read this for how I plan on supporting this in...

Neat! Well, my company (Input Club) would definitely support some sort of Unicode proposal (though we don't really have the money to become a USB-IF member right now...). The way...

In theory, yeah. I'm starting to poke around my contacts to see if I can utilize some of them. This is only half the battle, still got to convince them...

@heangfat neat! I am going to be doing something a bit different. Instead of using HID descriptors, I'm implementing a datastream using Raw HID where packet data can be free...

Yeah, I'm ok with UTF-32. Unicode seems to be ok with it, so it should be ok for at least a little while, haha. And like you said, not being...

Yeah, I think I like that a bit better. The checksum could even be 8 bits, instead of 16 bits. As for LE vs BE. MCUs such as Cortex-M4 have...

Hmm, that's interesting. Have you tried using administrator privileges?

Thanks! The GUI code is pretty simple, but yeah I can take a look (it was written before Windows 10, so who knows...). I remember it being pretty annoying to...

We're slowly trying to move everything over to the configurator. This utility is a bit of a pain to package (even with appveyor). Though it's all doable :D

Ah, yes. So, shift keys are (according the USB spec) entirely handled by the OS (and not the keyboard). So in theory this is not possible. However, with a bit...