From b6c6f10bdf9ddba235b19ef6855b9f2509c29eb1 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Sat, 20 May 2023 19:05:22 +1200 Subject: [PATCH] Fix test --- rog-aura/data/aura_support.ron | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 4d059844..2f4e4dc6 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -475,6 +475,13 @@ basic_zones: [], advanced_type: None, ), + ( + board_name: "GV601VI", + layout_name: "ga401q", + basic_modes: [Static, Breathe, Pulse, Strobe], + basic_zones: [], + advanced_type: None, + ), ( board_name: "GV604V", layout_name: "ga401q", @@ -545,11 +552,4 @@ basic_zones: [], advanced_type: None, ), - ( - board_name: "GV601VI", - layout_name: "ga401q", - basic_modes: [Static, Breathe, Pulse, Strobe], - basic_zones: [], - advanced_type: None, - ), -]) +]) \ No newline at end of file