# Skyloong-GK6Plus-Linux **Repository Path**: willowish/Skyloong-GK6Plus-Linux ## Basic Information - **Project Name**: Skyloong-GK6Plus-Linux - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-27 - **Last Updated**: 2025-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
An unofficial port of the GK6+ application for Linux, enabling configuration of Skyloong keyboards on Linux systems
About • Installation • Configuration • Running • Functionality • Troubleshooting
--- ## 📋 About The original GK6+ application is only available for Windows and macOS. This project provides an adapted version of the macOS application that works on Linux systems, allowing Linux users to fully configure their Skyloong keyboards. ### ✅ Successfully tested with: - **Skyloong GK104 Pro** - **Tested on Arch Linux** ## 🚀 Installation ### Prerequisites - Node.js (tested with 23.9.0-1) - npm (tested with 11.2.0-1) - Electron (tested with 1:34-1 and electron34 34.3.2-1) ### Setup 1. Clone the repository: ```bash git clone https://github.com/VladTop46/Skyloong-GK6Plus-Linux.git cd app ``` 2. Install npm dependencies: ```bash npm install ``` ## 🔧 Configuration ### Setting up USB device permissions You need to configure access permissions for USB devices: #### Temporary solution (until reboot) ```bash sudo chmod 666 /dev/hidraw* ``` ## 💻 Running the application ```bash npm start ``` ## 🛠️ Functionality ### Features | Feature | Status | |---------|--------| | Keyboard detection | ✅ Tested, working | | Macro configuration | ✅ Tested, working | | RGB lighting customization | ⚠️ Not fully tested | | Key mapping | ✅ Tested, working | ## 🔍 Troubleshooting If the application doesn't recognize your keyboard, check: 1. Access rights to hidraw devices: ```bash ls -la /dev/hidraw* ``` ## 📜 LicenseThis project is distributed under the MIT license, like the original application.
## ⚠️ Disclaimer This is an unofficial port of the application. The authors are not affiliated with Skyloong and are not responsible for any hardware issues. Use at your own risk. ## 🤝 Contributions Contributions to the project are welcome! If you want to improve this port or add support for other Skyloong keyboard models, feel free to create pull requests. ## 🙏 Acknowledgements - The development team of the original GK6+ application - Thanks in advance to everyone who will help test this port on different keyboards and systems