Add support for GX650P LED modes

This commit is contained in:
Luke D. Jones
2023-04-21 11:01:04 +12:00
parent cfc46a2b70
commit 4ea5480e66
2 changed files with 9 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Support for G733Z LED modes - Support for G733Z LED modes
- Support for GU604V LED modes - Support for GU604V LED modes
- Support for GX650P LED modes
### Changed ### Changed
- Adjustments to Anime system events thread - Adjustments to Anime system events thread
- Add "sleep" animetion config options to anime config - Add "sleep" animetion config options to anime config

View File

@@ -468,6 +468,13 @@
basic_zones: [], basic_zones: [],
advanced_type: PerKey, advanced_type: PerKey,
), ),
(
board_name: "GX650P",
layout_name: "gx531-per-key",
basic_modes: [Static, Breathe, Strobe, Rainbow, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash],
basic_zones: [],
advanced_type: PerKey,
),
( (
board_name: "GX701", board_name: "GX701",
layout_name: "gx531-per-key", layout_name: "gx531-per-key",
@@ -482,4 +489,4 @@
basic_zones: [], basic_zones: [],
advanced_type: None, advanced_type: None,
), ),
]) ])