Patch notes - Software 0.5.2 / Firmware 0.3.2
Firmware 0.3.2:
- Double print detection implemented
MoveMaster 0.5.2:
- Requires firmware 0.3.2.
- Please follow the instructions for the update procedure.
New features:
-
Double print:
- The button on the left now shows the current configuration (eg single print). When pressed, the view changes to the double print settings.
- Double-press detection can be activated individually for each key, including setting the time window in which the double press should be detected. Depending on the finger, different settings may be required; 190 ms is a starting point.
- F13 – F18 keys are now configurable.
Linux-specific changes:
- The user needs access to the tty interface (e.g. /dev/ttyACM0). This can be achieved by assigning the user to the group that has access to it, usually
uucp
ordialout
. - A script called
mm_dev_grp.sh
has been added. This script issues the command to assign the user to the appropriate groups.- Make the script executable:
chmod +x mm_dev_grp.sh
- Run the script:
./mm_dev_grp.sh
- The command to add the user to the group is:
sudo usermod -a -G <group> <username>
- Make the script executable: