You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
**A C++ version of the original "keyboard-colour-program" developed in C#.**
4
4
5
-
This is a cleaner, more organized, and efficient version of the initial program. It is designed to provide enhanced features for customizing CLEVO keyboards with **RGB** lighting, supporting both **3-zone** and **1-zone** keyboards. The program also includes a variety of animated effects to enhance your keyboard’s visual experience.
5
+
This is a cleaner, more organized, and efficient version of the initial program. It is designed to provide enhanced features for customizing CLEVO keyboards with **RGB** lighting, supporting both **1-zone** and **3-zone** keyboards. The program also includes a variety of animated effects to enhance your keyboard’s visual experience.
6
6
7
7
---
8
8
@@ -15,11 +15,13 @@ This is a cleaner, more organized, and efficient version of the initial program.
15
15
- 🌈 **Fading Colors:** Smooth color transitions (predefined themes).
16
16
- 🎥 **Optimized Animations:** Enhanced visual effects using animation objects.
17
17
18
-
⚠️ **Important Note:**Ensure you run this program **as an administrator**, as Windows Management Instrumentation (WMI) requires administrative privileges to function properly.
18
+
⚠️ **Important Note:**This application requests for **Administrator privileges**. Please ensure you accept the Windows UAC prompt, as Windows Management Instrumentation (WMI) requires this to function correctly.
19
19
20
-
⚠️ **Warning:**The predefined fading theme may utilize **15% to 20% of CPU** at certain times. This will be optimized in future updates.
20
+
⚠️ **Warning:**Certain themes may utilize **~15% of CPU** at certain times.
21
21
22
-
⚠️ **Warning (2):** Ensure that the **InsydeDCHU.dll** file is in the same directory as `CLEVO_KeyboardColour.exe` if you're using a **Single-Zone** keyboard.
22
+
⚠️ **Warning (2):** Please ensure that the **InsydeDCHU.dll** file is in the same directory as `CLEVO_KeyboardColour.exe` if you're using a **Single-Zone** keyboard.
23
+
24
+
⚠️ **Warning (3):** Some anti-virus products may incorrectly flag this application as a **virus** and quarantine the program. If this happens, **please add the application to the AV exclusion list**.
23
25
24
26
---
25
27
@@ -28,7 +30,7 @@ This is a cleaner, more organized, and efficient version of the initial program.
28
30
The following commands are supported and can be executed via the **Command Prompt**.
29
31
30
32
### 🖥️ General Syntax:
31
-
Navigate to the folder containing the executable files (e.g., `CppKeyboardColour/Build/`) and run the commands in **administrator mode**. To execute the `.exe` files, prepend the `.\` before the command.
33
+
Extract the program zip and run the commands **as an administrator**. To execute the `.exe` files, prepend the `.\` before the command.
32
34
33
35
```bash
34
36
.\CLEVO_KeyboardColour.exe theme [themeName]
@@ -82,10 +84,7 @@ Navigate to the folder containing the executable files (e.g., `CppKeyboardColour
82
84
83
85
## 🛠️ How to Use
84
86
85
-
1. Navigate to the folder containing the executable files:
86
-
```
87
-
CppKeyboardColour/Build/
88
-
```
87
+
1. Download the release which contains the version of the program that supports your system.
89
88
90
89
2. Open a **Command Prompt** in Administrator mode:
91
90
- Search for "Command Prompt" in the Windows search bar.
@@ -111,7 +110,7 @@ To activate the breathing effect, run:
111
110
-**Compatible CLEVO keyboards:**
112
111
-**RGB 1-zone** or **3-zone** lighting.
113
112
- For **1-zone keyboards**, the **InsydeDHCU.dll** file must be in the same directory as `CLEVO_KeyboardColour.exe`.
114
-
-**Administrator Permissions:**Ensure the program is run as administrator to avoid WMI failures.
113
+
-**Administrator Permissions:**This program requests for administrator privileges. Please ensure you accept the Windows UAC prompt to avoid WMI failures.
0 commit comments