-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new input module #123
Add new input module #123
Conversation
Had a bit of a brain fart there, sorry for the force pushing |
I wrote this comment a few months ago and I'm not sure what it's talking about.
@magnouvean I changed the write_config script a bit, since doing base conversion inside nix seems too complicated. |
Also I don't think the check failing was due to something I did, not sure why |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't really test much atm, but looking at the code in general this looks fine after the minor suggested tweaks :)
First real python code I wrote so I made some rookie mistakes
I will when I finish |
I'll try to add support for configuring multiple touchpads and add some assertions today. I think I'll just commit directly here if that's OK :) |
Imo it's more or less good enough to merge in the current state. I haven't found any issues (though I also haven't done enough testing to confirm a lot of edge-cases). There are obviously some tweaks as mentioned above such as changing the README and maybe also adding some examples. |
@toast003 I sent you a pull request that adds configurations for mouses in the input module. |
You guys did all of my work 😅 @HeitorAugustoLN I'll take a look at it rn |
This reverts commit 6a76b3f.
I forgot to change the trackpad IDs back to hex before
Add mouse configuration options
All seems good to me! I'll change the readme and after that I think we can merge the PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll test more right away
But yeah other than the two minor things above this work great so we can probably merge after they are fixed :) |
No description provided.