This commit is contained in:
parent
967cf95eee
commit
afcd70b3be
@ -2,9 +2,10 @@ import Image from "next/image";
|
|||||||
|
|
||||||
const headsets = [
|
const headsets = [
|
||||||
{
|
{
|
||||||
id: [-1],
|
id: [-1], // Fallback headset (CV1)
|
||||||
name: "Unknown",
|
filters:
|
||||||
icon: "unknown.png",
|
"invert(99%) sepia(3%) saturate(82%) hue-rotate(58deg) brightness(118%) contrast(100%)",
|
||||||
|
icon: "oculus.svg",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: [64],
|
id: [64],
|
||||||
|
Loading…
Reference in New Issue
Block a user