Univa
Univa
@wallamide Would you be able to test the IQS5xx driver? I don't have access to a touchpad, so whatever I added in here is just best effort. I didn't aim...
> @Univa thanks for the ping! i'm sadly recovering from being sick so i'll need to check this out in a day or so. > > looking this over, i...
> @Univa thanks again for answering my questions! one last question before i get to this: is there anything preventing me from using the trackpad with a split keyboard on...
I don't develop on windows, but it looks like you might be missing [vcpkg](https://github.com/Microsoft/vcpkg)?
@wallamide I added support for a peripheral-side pointing device, but it may not be entirely stable. The last commit also changes some of the API, so I also updated the...
My bad, I totally forgot to update those templates. I pushed some updates which should hopefully work now. If you use those templates, then add my example code from my...
`i2c` should be one of the `TWISPI` peripherals: https://docs.embassy.dev/embassy-nrf/git/nrf52840/twim/trait.Instance.html#implementors `interrupt` should be the corresponding interrupts for that chosen `i2c` peripheral: https://docs.embassy.dev/embassy-nrf/git/nrf52840/twim/trait.Instance.html#implementors So, you can change the `setup_i2c` to something like...
@zUnixorn @kuolemax since both of you are contributors, I'd like to get your permissions for (potentially) re-licensing parts of the repository that you have contributed to. Any input on possible...
Thanks for the input. @zUnixorn any input?
> But I think using GPL'd libraries is already possible with the MIT license, since its [GPL compatible](https://www.gnu.org/licenses/license-list.en.html#Expat). My understanding of this is that by introducing GPL code, the combination...