From cbc1f6f5bb09ef4566dfd02a95900fbf142adb22 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Thu, 27 Apr 2023 19:46:17 +1200 Subject: [PATCH] Modify two TUF aura DB entries to match full range --- CHANGELOG.md | 4 ++++ rog-aura/data/aura_support.ron | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7f1ea2..6b4159d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 89a2714c..04126ac0 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -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: [],