You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,10 @@ bottom='origami'
13
13
There is also a [Sailfish OS settings plugin](https://github.com/sailfishos-oneplus5/onyx-triambience-settings-plugin) available for simple control of these values through the settings app.
14
14
15
15
## Adaptation
16
-
The tristate key node and emitted event codes will most likely need to be changed [like I had to do for OnePlus 5/5T devices](https://github.com/sailfishos-oneplus5/triambience/commit/15772a57e8571799939bc1b7a80f7d04beb4771e).
16
+
Now you can add a `/etc/dconf/db/vendor.d/triambienced.txt` file in your droid-config sparse files to choose the correct tristate key node when needed without having to fork this project, for example:
17
+
```
18
+
[apps/onyxtristate]
19
+
sliderDevice='/dev/input/event6'
20
+
```
21
+
22
+
The [emitted tristate key event codes](https://github.com/sailfishos-oneplus5/triambience-daemon/commit/15772a57e8571799939bc1b7a80f7d04beb4771e#diff-855c3a38d4fc3858a48957f816ac34dfL115) still have to be changed in source for now; expect this to get easier soon ;)
0 commit comments