platform: add glk
parent
726eff328b
commit
c121df3b63
|
@ -1,5 +1,17 @@
|
||||||
# platform detection
|
# platform detection
|
||||||
|
|
||||||
|
If.glk {
|
||||||
|
Condition {
|
||||||
|
Type String
|
||||||
|
String1 "$${sys:class/dmi/id/product_family}"
|
||||||
|
String2 "Google_Octopus"
|
||||||
|
}
|
||||||
|
True {
|
||||||
|
Define.dmicpcm 99
|
||||||
|
Define.hdmi hdmi567
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
If.cml {
|
If.cml {
|
||||||
Condition {
|
Condition {
|
||||||
Type RegexMatch
|
Type RegexMatch
|
||||||
|
|
Loading…
Reference in New Issue