Search Criteria
Package Details: wootility-lekker-appimage 4.5.5-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/wootility-lekker-appimage.git (read-only, click to copy) |
---|---|
Package Base: | wootility-lekker-appimage |
Description: | Utility for configuring Wooting keyboards (binary AppImage version) |
Upstream URL: | https://wooting.io/wootility |
Keywords: | lekker wootility |
Licenses: | unknown |
Conflicts: | wootility |
Provides: | wootility |
Submitter: | shaybox |
Maintainer: | shaybox |
Last Packager: | shaybox |
Votes: | 6 |
Popularity: | 0.103465 |
First Submitted: | 2022-06-25 21:10 (UTC) |
Last Updated: | 2023-07-15 09:23 (UTC) |
Dependencies (2)
- fuse2
- xboxdrv (xboxdrv-git, xboxdrv-cebtenzzre-git, xboxdrv-develop-git, xboxdrv-stable-git) (optional) – Analog gamepad support (input group required)
Latest Comments
scrufulufugus commented on 2023-07-14 21:27 (UTC)
Could you move the systemd unit file to the standard location for packaged units:
/usr/lib/systemd/system/
.shaybox commented on 2023-04-07 13:10 (UTC)
Updated
matthemsteger commented on 2023-04-07 04:41 (UTC)
@shadybox it looks like this is missing the new Wooting Two HE (ARM)
From their help: https://help.wooting.io/en/article/wootility-configuring-device-access-for-wootility-under-linux-udev-rules-r6lb2o/
Wooting Two HE (ARM)
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1230", MODE:="0660", GROUP="input" SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1230", MODE:="0660", GROUP="input"
Wooting Two HE Alt-gamepad mode
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1231", MODE:="0660", GROUP="input" SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1231", MODE:="0660", GROUP="input"
Wooting Two HE 2nd Alt-gamepad mode
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1232", MODE:="0660", GROUP="input" SUBSYSTEM=="usb", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="1232", MODE:="0660", GROUP="input"
Wooting Two HE (ARM) update mode
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="31e3", ATTRS{idProduct}=="123f", MODE:="0660", GROUP="input"
I just got one and adding these to my own udev rules works, but including them here would be wonderful when you get a chance.
Rice.Pls commented on 2022-11-18 18:31 (UTC)
A small update to the wooting.rules and wooting-xinput.rules to include the new 60HE ARM model. ID 31e3:1310 Wooting 60HE (ARM)
shaybox commented on 2022-02-21 04:17 (UTC) (edited on 2022-02-21 04:18 (UTC) by shaybox)
@wildmko added, thanks 👍
wildmko commented on 2022-02-21 03:44 (UTC)
Hey, the gamepad support breaks after sleep or hibernate. The fix is to add
Restart=always
at the end of thewooting-xinput@.service
file.shaybox commented on 2022-01-08 07:57 (UTC)
I updated the package with Wooting's official udev/systemd files now that they have released them on the blog.
There's now automatic xbox gamepad support as long as you install the optional xboxdrv package and add yourself to the
input
group.You may need to reboot your machine and reconnect your device.