Support for GL503V LED modes

This commit is contained in:
Luke D. Jones
2023-05-02 08:51:44 +12:00
parent 0c3bebdeb9
commit 35352a8a7c
2 changed files with 18 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Support for FX507Z LED modes
- Support for GL503V LED modes
### Changed
- Move FX506HC to FX506H in arua DB to catch full series of this range
- Move FX506LH to FX506L in arua DB to catch full series of this range
@@ -12,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v4.6.2]
- Fix rog-control-center not reopening if `startup_in_background` is set
- Fix rog-control-center not reopening if `startup_in_background` is set
## [v4.6.1]
### Added

View File

@@ -41,6 +41,13 @@
basic_zones: [],
advanced_type: None,
),
(
board_name: "FX507Z",
layout_name: "fa506i",
basic_modes: [Static, Breathe, Strobe, Pulse],
basic_zones: [],
advanced_type: None,
),
(
board_name: "FX516P",
layout_name: "fa506i",
@@ -349,6 +356,13 @@
basic_zones: [],
advanced_type: None,
),
(
board_name: "GL503V",
layout_name: "gl503",
basic_modes: [Static, Breathe, Strobe, Rainbow, Pulse],
basic_zones: [Key1, Key2, Key3, Key4],
advanced_type: None,
),
(
board_name: "GL504G",
layout_name: "gl503",