Device Protocol: 4.17.0 | Module Protocol: 4.3.0 | Dongle Protocol: 1.0.2 | User Config: 13.0.0 | Hardware Config: 1.0.0 | Smart Macros: 3.12.0
- Fix: make Bluetooth no longer reconnect during pairing.
- Fix: when using
overlayLayer, the first empty action after any nonempty action would be overwritten. (In a sequence of at least two empty actions.)SMARTMACROS:PATCH - Fix: restart advertising when switch host selection ceases to be relevant.
- Fix: change Bluetooth disconnect reasons.
- Wake shortly when a key is tapped in light sleep mode.
- Log remote wakeup error codes onto the OLED display.
- Refactor UART and implement UART module support. (This should have no impacts.)
- Make the UHK Bluetooth functionality not rely on Agent:
- Assign newly paired Bluetooth connections into regular host slots.
- Don't unpair unknown devices upon config saves.
- Show Bluetooth relevant events on the OLED screen. ("Pairing...", "Slot freed", "Slot unassigned"...)
- If native switch host action is held for 3 seconds, unpair the connection and free its slot for other devices.
- Add the
unpairHostmacro command.SMARTMACROS:MINOR - For
unpairHostandswitchHost, allow numeric slot ids.SMARTMACROS:MINOR
- Macro string support:
- Add STRING variable type and comparison operators.
SMARTMACROS:MINOR - Add
$uhk.namevirtual variable.SMARTMACROS:MINOR
- Add STRING variable type and comparison operators.
- Macro templates:
- Distinguish
¯oArg.1and$macroArg.1expansionsSMARTMACROS:MINOR - Validate all macros in the context of their binding sites.
SMARTMACROS:PATCH
- Distinguish
- Bluetooth behavior:
- Reset host selection after 15 seconds if not successful.
- Implement exponential backoff for Bluetooth when hosts try to connect aggresively.
- Homerow mods (HRM) changes: Added a number of options to secondary role keys, mainly focused on adding options to reduce false positive activations of the secondary roles, making them more viable for HRM usage:
- Added
secondaryRole.advanced.acceptTriggersFromSameHalfoption and its inlineignoreTriggersFromSameHalf | acceptTriggersFromSameHalfoverrides to allow Secondary Role Keys to ignore triggers from their own keyboard half. This reduces false secondary triggers on key rolls as well as allows multi-mod combos at all when using Trigger on press.SMARTMACROS:MINOR - Added a
secondaryRole.advanced.minimumHoldTime <ms, 0-255 (INT)>option. This is the minimum hold time of a key that is required to trigger its secondary role.SMARTMACROS:MINOR - Added a
secondaryRole.advanced.timeoutAction nonesetting.SMARTMACROS:MINOR - Moved the Double tap primary activation to timeout to allow the secondary role key to be used for its primary role and then secondary role in quick succession
SMARTMACROS:PATCH - Refactor
secondaryRole.advanced.triggerByPressandtriggerByReleasetosecondaryRole.advanced.triggeringEvent { press | release | none }SMARTMACROS:MINOR
- Added