jonasBoss

Results 108 comments of jonasBoss

@LazaroFilm did you try the code in this https://github.com/aster94/SensorFusion/issues/7#issuecomment-871611214 ? It works well, except that the gyro is not calibrated, but that is an easy fix. We can just gather...

@norahb Yeah all the internal sensors are wired up to `SDA1` and `SDL1` Which is `Wire1` in the [ArduinoCore-mbed](https://github.com/arduino/ArduinoCore-mbed/blob/master/libraries/Wire/Wire.cpp): ```C++ #if WIRE_HOWMANY > 0 arduino::MbedI2C Wire(I2C_SDA, I2C_SCL); #endif #if WIRE_HOWMANY...

You have probably the same issue as #411

I also think it is a good idea to have a wizard with a more curated process for creating a new mapping. 1. What kind of Mapping? - Analog axis...

I would suggest not using qt but [kirigami](https://develop.kde.org/frameworks/kirigami/) which is based on qml which in turn is based on qt. Kirigami is the standard framework for new kde applications (as...

We have a builtin timeout for scroll wheels and all `EV_REL` events, as it is usually not desired to spam a key that often. On the [beta](https://github.com/sezanzeb/input-remapper/tree/beta) branch you can...

There is no 0 threshold because that would mean: "trigger this mapping at 0 speed" which makes no sense. You can set it to plus or minus something in order...

> ah, I had to switch to "Key or Macro" and clear the text input. Can we say that in the error message? > > Now it shows a different...

"ctrl, alt and shift may not combine properly" This needs a hint to the `Advanced Input Configuration` and the `Release Input` setting

![image](https://user-images.githubusercontent.com/31804124/192789657-4131d363-6de4-42bf-8351-89160ed1f265.png) This shows up when the text field `output_symbol` is a empty string and not `None`