Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Installation and Usage

Derek J. Clark edited this page Apr 18, 2023 · 2 revisions

Installation

From the AUR

yay -Sy handygccs-git
sudo udevadm control -R

From Source

git clone https://github.com/ShadowBlip/HandyGCCS.git
cd HandyGCCS
sudo make install

Removal

From the AUR

yay -U handygccs-git

From Source

cd <clonedir>
sudo make clean

Usage

HandyGCCS Runs as a system service.

To enable: sudo systemctl enable --now handycon

To disable: sudo systemctl disable --now handycon

Devices that use a BMI-160 gyro are also supported by adding any motion from the gyro to the motion of the right joystick. In all applications of this feature, the following behavior is observed:

  • Activate gyro: One long rumble
  • Deactivate gyro: two short rumbles

AMD devices can be used in conjunction with RyzenAdj to toggle performance between power-saving and max-performance. In all applications of this feature, the following behavior is observed:

  • Activate power-saving: Three short rumbles
  • Activate max-performance: One long and two short rumbles
Clone this wiki locally