diff options
-rw-r--r-- | core/devformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/devformat.h b/core/devformat.h index 6b6fee77..34695361 100644 --- a/core/devformat.h +++ b/core/devformat.h @@ -17,10 +17,10 @@ enum Channel : unsigned char { SideLeft, SideRight, + TopCenter, TopFrontLeft, TopFrontCenter, TopFrontRight, - TopCenter, TopBackLeft, TopBackCenter, TopBackRight, |