From bf50c57a82cf5eeee783927dfd3ded23e42aa9f2 Mon Sep 17 00:00:00 2001 From: Chris <74263400+chrisistansell@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:59:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3f7e48e..cd26ef7 100644 --- a/README.md +++ b/README.md @@ -190,5 +190,3 @@ I used my own wiring for the optical sensor to the teensy board. So I substitut - Place ball in cup. - Load firmware HEX file using the QMK Toolbox by pointing to the trackzeron_default.hex file then pressing the reset button on the underside of the controller, followed by clicking the flash button on the QMK toolbox application. - Enjoy trackball keypad - -Due to the complexity and my limit understanding, I have not been able to work the Azeron profiles into the design. The toggle button on the palm rest of the Azeron will no longer function and the LEDs will no longer emit light. I was able to get this to work in the Arduino software, but using this method for your firmware on the Trackzeron will lead to issues losing connectivity when your computer goes to sleep. I'd recommend using the QMK format firmware available as a release download on this github page.