.. | ||
old | ||
change.log | ||
firmware.tar.gz | ||
README.md |
Touchpad & button firmware update
- Download and extract the tgz archive:
tar -xvf firmware.tar.gz
- Navigate into the newly created folder where the archive was extracted:
cd firmware/
- Perform an update:
sudo ./update #standard firmware
or
sudo ./update-notap #firmware with taps disabled
- Follow the onscreen prompts:
- Enter the superuser password
- Press Fn+TuXkey+escape simultaneously to begin the update
The firmware should now be updated!
To get Fn+F1 suspend mode working with older releases
- Run the following command:
echo "KEYBOARD_KEY_70071=suspend" | sudo tee -a /etc/udev/hwdb.d/teres_kbd.hwdb
- Map a keyboard shortcut (System -> Preferences -> Hardware -> Keyboard Shortcuts -> Add)
- Name:
Suspend
- Command:
systemctl suspend
- Key binding:
Fn+F1
- Reboot:
sudo shutdown -r now