moby: get lisgd gestures working for sxmo

This commit is contained in:
Colin 2023-05-23 05:22:17 +00:00
parent 67b6dfc3d3
commit 2ac9c98bc0
2 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,7 @@
./firmware.nix
./fs.nix
./kernel.nix
./polyfill.nix
];
sane.roles.client = true;

View File

@ -0,0 +1,10 @@
{ ... }:
{
sane.gui.sxmo = {
settings = {
# touch screen
SXMO_LISGD_INPUT_DEVICE = "/dev/input/by-path/platform-1c2ac00.i2c-event";
# vol and power are detected correctly by upstream
};
};
}