Skip to content

Releases: kareltucek/firmware

v8.5.4.kt.4

01 Feb 16:47
Compare
Choose a tag to compare
  • added addReg/subReg commands
  • added proper solution for secondary role for alphabetic keys

v8.5.4.kt.3

01 Feb 10:48
Compare
Choose a tag to compare
  • fix overflowing setReg command

v8.5.4

08 Jan 11:11
Compare
Choose a tag to compare
  • merged official fix of sticky modifiers
  • implemented ability to hold layers from different keymaps (needed for correct sticky mod workflow)

v8.5.4.kt.2

10 Jan 22:32
Compare
Choose a tag to compare
v8.5.4.kt.2 Pre-release
Pre-release

Bug fixes:

  • enable SplitCompositeKeystrokes by default (as stated by docs)
  • fix text macro action implementation to respect the split composite keystroke

v8.5.3.kt.10

31 Dec 14:15
Compare
Choose a tag to compare

Added registers, allowing for conditional toggling features on/off without having to duplicate keymaps.

v8.5.3.kt.9

22 Dec 14:43
Compare
Choose a tag to compare
  • Fixed some macro recorder issues
  • Fixed hangups of unrecognized commands
  • Refactored keystroke delay mechanism - the functionality was split into two configuration variables, thanks to which it is now global:
    • setSplitCompositeKeystroke {0|1} now toggles separation of composite shortcuts into multiple reports
    • setKeystrokeDelay <time in ms> now globally postpones any event handling after a change in a report. Besides inserting delay between reports of composite shortcuts, it also insert delays between macro actions (and "subactions") and slows down macro playback.
  • Added "suppressKey" modifier which globaly suppresses/postpones key activation. Can be used to mess with timing, e.g., to implement secondary roles which do not interfere with writting when bound to alphabetic keys.

8.5.3.kt.8

05 Dec 14:02
Compare
Choose a tag to compare
  • added composite keystroke delay feature
  • disallowed playing currently recorded macro

8.5.3, with option to disable sticky modifiers

29 Nov 21:36
Compare
Choose a tag to compare

Added a command which disables sticky modifiers globally.

8.3.5. with some new commands

21 Nov 14:14
Compare
Choose a tag to compare

New features:

  • write command
  • suppressMods command modifier
  • refactored hold logic and holdLayer command
  • timeouted versions of delayUntilRelease and holdLayer
  • recordMacroDelay command to "manually" insert a delay into macro which is being recorded

8.5.3 bug fixes

17 Nov 22:53
Compare
Choose a tag to compare

Fixed statefullness of macro keyboard reports (now every macro state has its own keyboard states)