Skip to content

V1.3.2

Choose a tag to compare

@naomisilver naomisilver released this 22 Sep 16:44
· 2 commits to main since this release

WeeKey Control V1.3.2

MCU firmware V1.0


WeeKey Control changelog:

  • Added preset for mouse control, this allows the user to place the mouse at a specific x and y position and perform mouse clicks
  • Added modifier for repeating actions allowing for an action to be repeated until the key is pressed again
  • Added modifier for sequences of actions allowing for the mouse to be moved to a specific location, clicked and then moved again (as an example)
  • Added modifier for delays to be added for actions, meaning an action can be delayed after the key is pressed OR delays within sequences

Bugs:

  • Known bug when attempting to add custom delays to a sequence of repeating actions causing the sequence to misbehave, works for single repeating actions but on sequences as of now.

MCU firmware changelog:

  • No change