Taylor Yu

Results 64 comments of Taylor Yu

On a Model 100 with fully updated firmware on macOS, I still can't replicate the layer name corruption, but there seems to be something strange going on with how the...

> FWIW, I applied the same layer names as above, using the `focus-send` tool, and Chrysalis displays all of them (using the stock 0.90.1 firmware). I did need to click...

It's also worth noting that the user in that Discord thread reported ongoing communication timeouts on macOS after upgrading to firmware 0.90.1. There may be unidentified unrelated serial communication factors...

I don't know whether my observed bounds-checking problem is the cause of what the original user reported. They claimed that their largest custom layer name was 8 characters. However, I...

I tried softening them up a bit: ``` main: darkMode() ? "#ed91f3" : "#ab0edd", ``` which is a slightly darker purple in light mode and a kind of lilac in...

Some close reading of the ATmega32U4 datasheet suggests that the Arduino AVR core might have a very old bug where it's using the wrong interrupt flag to detect a wakeup/resume...

``` export DEVICE= && \ ``` The empty `DEVICE=` setting there means that part of the automatic board detection in the Makefile didn't work, so it didn't run the command...

I think 0.90.1 fixes enough of the underlying problems to prevent the keyboard from becoming unresponsive to keystrokes upon receiving an invalid command. Focus might still get out of sync...

@dakkar could you please check whether firmware 0.90.1 resolves the keyboard lockups caused by Cura?

I can't reproduce a lockup on a Model 100 with current firmware with your minimized test case (modified to use the appropriate macOS serial port).