shuppy

Results 144 comments of shuppy

workaround in [firmware 2.0](https://github.com/delan/usb3sun/releases/tag/2.0): settings are now saved when you close the menu, and you can hold **Shift** to reboot the adapter after saving (**Shift+Enter**).

when upgrading Adafruit TinyUSB Library to 3.1.0 (#13), the failure mode is different, but the same workaround works ``` [1:1] Class Request: 21 0A 00 00 01 00 00 00...

to support non-us keyboard layouts in the sun keyboard protocol, we’ll need a setting that configures what type 4 layout code we send ([sparc keyboard spec](https://sparc.org/wp-content/uploads/2014/01/KBD.pdf.gz) § 3.7). this can...

it’s hard to know how to solve this “perfectly” for all non-US layouts, but maybe we can focus on adding one layout at a time. do you have a specific...

> This is already good, but then there are a couple of keys that are either incorrectly mapped (i.e. caps lock becomes control), that are unmapped (i.e. control does nothing...

> my understanding is that, to some extent, both usb and sun keyboards send the same key codes at any given location in all layouts. for example, a german usb...

i’m not sure, i would have to do some research, though for type 4 keyboards the response octet comes directly from the switches in msb-first order. see §§ 3.2.2 and...

i will work on this soon :)

mouse baud setting added in [firmware 2.0](https://github.com/delan/usb3sun/releases/tag/2.0) :)