Skip to content

10.4.0

Compare
Choose a tag to compare
@mondalaci mondalaci released this 12 Nov 15:03
· 1529 commits to master since this release

Device Protocol: 4.10.0 | Module Protocol: 4.3.0 | User Config: 6.0.0 | Hardware Config: 1.0.0 | Smart Macros: 2.2.0

  • Implement touchpad hold continuation timeout via set module.touchpad.holdContinuationTimeout <0-65535> (milliseconds). If non-zero, the touchpad module allows the release of finger for the specified amount of time during drag-and-drop without the left click getting released. SMARTMACROS:MINOR
  • Blink adaptive mode (triangle) LED display icon when recording runtime macros. SMARTMACROS:PATCH
  • Fix repeatFor-related macro validation error. SMARTMACROS:PATCH
  • Fix "$($keyId.*)" parsing. SMARTMACROS:PATCH
  • Clear sticky modifiers when navigation mode is active.
  • Improve macro guide documentation and add examples.