vars: Flip device order, newest first

Change-Id: I90169608fbee832e47a0a6bb5a908b5e4c19cda7
diff --git a/vars/pixels b/vars/pixels
index 3423c27..a68eae5 100644
--- a/vars/pixels
+++ b/vars/pixels
@@ -1,16 +1,16 @@
 # Google Pixels
 # Usage: ${devices[@]}
 readonly devices=(
-  crosshatch
-  blueline
-  bonito
-  sargo
-  coral
-  flame
-  sunfish
-  redfin
-  bramble
-  barbet
   raven
   oriole
+  barbet
+  redfin
+  bramble
+  sunfish
+  coral
+  flame
+  bonito
+  sargo
+  crosshatch
+  blueline
 )