<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: DonGeronimo7</title>
    <description>The latest articles on DEV Community by DonGeronimo7 (@dongeronimo7).</description>
    <link>https://dev.to/dongeronimo7</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4130813%2Fe7052208-262a-4fee-89c6-ac923f8bdee9.jpg</url>
      <title>DEV Community: DonGeronimo7</title>
      <link>https://dev.to/dongeronimo7</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dongeronimo7"/>
    <language>en</language>
    <item>
      <title>Mouse Control "The Discovery Engine"</title>
      <dc:creator>DonGeronimo7</dc:creator>
      <pubDate>Fri, 18 Sep 2026 04:54:11 +0000</pubDate>
      <link>https://dev.to/dongeronimo7/mouse-control-the-discovery-engine-3fii</link>
      <guid>https://dev.to/dongeronimo7/mouse-control-the-discovery-engine-3fii</guid>
      <description>&lt;p&gt;Honestly, I started building this as a basic Python script with a libratbag backend that could support my mouse DPI switches and button remaps without needing two separate programs—and without the dang notifications being broken for those DPI switches.&lt;/p&gt;

&lt;p&gt;After I started coding with AI more, mostly because some of this became very complicated and I just wanted something that worked, I discovered something by actually reading the HID reports: there is a missing piece of the puzzle when it comes to supporting mice on Linux.&lt;/p&gt;

&lt;p&gt;When you make these devices work, you’re essentially piecing together HID bits and protocol behavior. So I started wondering: what if the program could understand those pieces itself, using a broad repertoire of knowledge that dozens of people have worked hard to uncover over the years?&lt;/p&gt;

&lt;p&gt;That’s what I think I ended up making.&lt;/p&gt;

&lt;p&gt;The engine essentially pieces together HID information and behavioral evidence to figure out how to get every possible function of a mouse working. It has become an insane program compared with what I originally intended to build.&lt;/p&gt;

&lt;p&gt;At this point, I mostly need testers.&lt;/p&gt;

&lt;p&gt;I’ve tried to improve the readability of the program, but I’ve also security-tested it and validated its functions into the ground. I’ve stayed up for hours pressing the same button over and over and over again, confirming that this isn’t a fluke or some coding lie.&lt;/p&gt;

&lt;p&gt;This is something different.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/DonGeronimo7/mouse-control" rel="noopener noreferrer"&gt;https://github.com/DonGeronimo7/mouse-control&lt;/a&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>showdev</category>
      <category>python</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
