Steven
Steven
I'm not using recursive types here, but are nested foreign enums also not supported? Also In my use case, I want to pass the types from Gluon to Rust and...
For transparency, I've been using this driver on my Fusion board for a while, and it seems to work fine for the most part, but sometimes it can cause weird...
Okay, so this is weird... Cirque has some interesting [data format](https://www.mouser.com/pdfDocs/InterfaceSPIandI2C.pdf) for the relative mode (which is all I use; see page 10). It would be helpful if others can...
Hmm that is very likely.. But the datasheet/comm format doesn't specify anything at all about syncing data, and I'm assuming auto-inc reads should make sure that it doesn't read across...
@MikaelElkiaer Do you have any specific directions you want to look at? If you just wanna use it you should just merge this PR, the [mouse PR](https://github.com/zmkfirmware/zmk/pull/778), and then some...
No, as I mentioned in the PR this is the _driver_ PROn Jun 6, 2022 12:54, Mikael Elkiær ***@***.***> wrote: @MikaelElkiaer Do you have any specific directions you want to...
I know that. The problem is that the sign bits and the data bytes may not be synced, and cause weird problems. I've contacted cirque about it, never got a...
I'm not sure why one would clear DR when the trigger is not set, cuz the DR status is not used anyway
I think I have a similar issue here. I created a simple test parser: ```rust pub Test = "\\"; ``` And using it like so: ```rust if let Err(e) =...
I managed to get rid of that by setting `osc=no` in my `mpv` config. But I still can't generate the thumbnails due to some other errors.