Modify two TUF aura DB entries to match full range

This commit is contained in:
Luke D. Jones
2023-04-27 19:46:17 +12:00
parent 7ae0f896cf
commit cbc1f6f5bb
2 changed files with 6 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ 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
- 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
## [v4.6.2]
- Fix rog-control-center not reopening if `startup_in_background` is set

View File

@@ -28,14 +28,14 @@
advanced_type: None,
),
(
board_name: "FX506HC",
board_name: "FX506H",
layout_name: "fa506i",
basic_modes: [Static, Breathe, Strobe, Pulse],
basic_zones: [],
advanced_type: None,
),
(
board_name: "FX506LH",
board_name: "FX506L",
layout_name: "fa506i",
basic_modes: [Static, Breathe, Strobe, Pulse],
basic_zones: [],