Accessing Heatmap via API

I want to use the data from the heatmap to light up my rgbs on my keyboard. Is it possible to access this data somehow?

Best regards
Thomas

From the days when I used WharPulse, I remember that the data was stored in a SQLite Database somewhere in your Home Folder. I needed to access it some times because it got corrupted and I had to fix it manually. You could access that read-only and parse the heatmap Information :slight_smile:

Thx. I will take a look and try this. Perhaps it works