Merge branch 'main' into 'main'

Add led modes for GV601VI

See merge request asus-linux/asusctl!161
This commit is contained in:
Luke Jones
2023-05-16 22:57:50 +00:00
2 changed files with 12 additions and 3 deletions

View File

@@ -5,9 +5,11 @@ 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]
### Changed FX506LH
### 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
- Support for GV601VI LED modes
## [v4.6.2]
- Fix rog-control-center not reopening if `startup_in_background` is set
@@ -637,4 +639,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix small deadlock with awaits
## [1.0.0]
## [1.0.0]

View File

@@ -531,4 +531,11 @@
basic_zones: [],
advanced_type: None,
),
])
(
board_name: "GV601VI",
layout_name: "ga401q",
basic_modes: [Static, Breathe, Pulse, Strobe],
basic_zones: [],
advanced_type: None,
),
])