/ M4_Eyes / eyes / hazel / config.eye
config.eye
 1  {
 2    "boopThreshold" : 17500, // lower = more sensitive
 3    "eyeRadius"     : 125,
 4    "eyelidIndex"   : "0x00", // From table: learn.adafruit.com/assets/61921
 5    "pupilColor"    : [ 0, 0, 0 ],
 6    "backColor"     : [ 140, 40, 20 ],
 7    "irisTexture"   : "hazel/iris.bmp",
 8    "scleraTexture" : "hazel/sclera.bmp",
 9    "upperEyelid"   : "hazel/upper.bmp",
10    "lowerEyelid"   : "hazel/lower.bmp",
11    "left" : {
12    },
13    "right" : {
14    }
15  }