diff --git a/Corale.Colore/Razer/Mouse/Effects/Effect.cs b/Corale.Colore/Razer/Mouse/Effects/Effect.cs
index e880f1eb..1ced7bfb 100644
--- a/Corale.Colore/Razer/Mouse/Effects/Effect.cs
+++ b/Corale.Colore/Razer/Mouse/Effects/Effect.cs
@@ -61,12 +61,6 @@ public enum Effect
[PublicAPI]
Custom,
- ///
- /// Custom grid effect.
- ///
- [PublicAPI]
- CustomGrid,
-
///
/// Reactive effect.
///
@@ -91,6 +85,12 @@ public enum Effect
[PublicAPI]
Wave,
+ ///
+ /// Custom grid effect.
+ ///
+ [PublicAPI]
+ CustomGrid,
+
///
/// Invalid effect.
///