group Pixel device-list configs by generation
This allows to invoke commands that accept a device-list for all devices in a given gen.
This commit is contained in:
parent
1007b219cb
commit
4728496e47
5 changed files with 31 additions and 15 deletions
|
@ -1,17 +1,7 @@
|
|||
type: device-list
|
||||
|
||||
devices:
|
||||
- felix.yml
|
||||
- tangorpro.yml
|
||||
- lynx.yml
|
||||
- cheetah.yml
|
||||
- panther.yml
|
||||
- bluejay.yml
|
||||
- raven.yml
|
||||
- oriole.yml
|
||||
- barbet.yml
|
||||
- redfin.yml
|
||||
- bramble.yml
|
||||
- sunfish.yml
|
||||
- coral.yml
|
||||
- flame.yml
|
||||
includes:
|
||||
- pixel-gen7.yml
|
||||
- pixel-gen6.yml
|
||||
- pixel-gen5.yml
|
||||
- pixel-gen4.yml
|
||||
|
|
6
config/device/pixel-gen4.yml
Normal file
6
config/device/pixel-gen4.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
type: device-list
|
||||
|
||||
devices:
|
||||
- sunfish.yml
|
||||
- coral.yml
|
||||
- flame.yml
|
6
config/device/pixel-gen5.yml
Normal file
6
config/device/pixel-gen5.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
type: device-list
|
||||
|
||||
devices:
|
||||
- barbet.yml
|
||||
- redfin.yml
|
||||
- bramble.yml
|
6
config/device/pixel-gen6.yml
Normal file
6
config/device/pixel-gen6.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
type: device-list
|
||||
|
||||
devices:
|
||||
- bluejay.yml
|
||||
- raven.yml
|
||||
- oriole.yml
|
8
config/device/pixel-gen7.yml
Normal file
8
config/device/pixel-gen7.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
type: device-list
|
||||
|
||||
devices:
|
||||
- felix.yml
|
||||
- tangorpro.yml
|
||||
- lynx.yml
|
||||
- cheetah.yml
|
||||
- panther.yml
|
Loading…
Reference in a new issue