Skip to content

v1.2.0.2

Compare
Choose a tag to compare
@jincao1 jincao1 released this 15 Apr 23:28
· 1324 commits to air75v2-sleep since this release

Adjustments based on personal experience... Hopefully the last of these tweak releases...

  • Change debounce algorithm to the QMK (and previous) default of sym_defer_g with debounce set back to my previous 3ms. Seems, for me at least, this algorithm and timing is the most stable and works very well for this keyboard on the 2.4g dongle.
  • Reduce RF repeat frequency to be less aggressive. Seemingly 3ms is overkill and too aggressive.
  • Disable deep sleep when charging on RF mode. The usb port interrupts and repeatedly wakes the MCU. Instead, it will go light sleep. You should wake the board by pressing a button after charging is done to reset the sleep state. I currently don't have a way to reset it and detect it's off the charger.

Full Changelog: v1.2.0.1...v1.2.0.2

Full List of Customizations/Fixes