Skip to content

Releases: naomisilver/weekey

V1.4.1

04 Oct 00:28

Choose a tag to compare

WeeKey Control V1.4.1

MCU firmware V1.0


WeeKey Control changelog:

  • Fixed a bug where the program would crash if any of the keys were not populated with a macro (the test config has them populated so it wasn't caught)

MCU firmware changelog:

  • No change

V1.4.0

02 Oct 17:31

Choose a tag to compare

WeeKey Control V1.4.0

MCU firmware V1.0


WeeKey Control changelog:

  • Completed a major refactor of handle_action to become two seperate functions parse_action and run_action allowing for repeating sequences and better parsing of the data from stripping components from the rest to creating a list of dictionaries and lists to use "types" and "args"
  • Added the ability for compound shell commands, it no longer does just one thing, you can pass in a whole command split by ; and run say ping google.com -t

MCU firmware changelog:

  • No change

V1.3.2

22 Sep 16:44

Choose a tag to compare

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

V1.2.2

16 Sep 06:45

Choose a tag to compare

WeeKey Control V1.2.2

MCU firmware V1.0


WeeKey Control changelog:

  • Fixed bug that caused a crash loop in the macro updater when waking PC from sleep

MCU firmware changelog:

  • No change

V1.2.1

15 Sep 20:49
de33632

Choose a tag to compare

WeeKey Control V1.2.1

MCU firmware V1.0


Changelog:

  • First release :)