https://github.com/illicitfrog/hyerpxalpha
Linux software for the Hyperx Alpha Wireless
https://github.com/illicitfrog/hyerpxalpha
hyperx hyperx-alpha-wireless linux-application
Last synced: 11 months ago
JSON representation
Linux software for the Hyperx Alpha Wireless
- Host: GitHub
- URL: https://github.com/illicitfrog/hyerpxalpha
- Owner: IllicitFrog
- Created: 2024-03-10T16:04:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T17:20:23.000Z (12 months ago)
- Last Synced: 2025-02-24T17:47:37.166Z (12 months ago)
- Topics: hyperx, hyperx-alpha-wireless, linux-application
- Language: C++
- Homepage:
- Size: 1.73 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# HyerpxAlpha
Linux software for the Hyperx Alpha Wireless.

## Description
A simple application to provite the missing features on linux
- Battery Monitoring
- Sleep Timer
- Mic Monitor
- Voice Control
## Dependencies
- wxWidgets
- hidapi
## Installation
To install HyerpxAlpha, follow these steps:
1. Clone the repository:
```
git clone https://github.com/IllicitFrog/HyerpxAlpha.git
```
2. Navigate to the project directory:
```
cd HyerpxAlpha
```
3. Build the project using CMake:
```
cmake -S . -B build
cmake --build build
```
## Usage
After installation, you can run the HyerpxAlpha software with the following command:
```
bin/Hyerpx
```
## Contributing
Contributions are welcome! Please fork this repository and submit pull requests.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.