https://github.com/naps62/ergodox-heatmap-generator
https://github.com/naps62/ergodox-heatmap-generator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/naps62/ergodox-heatmap-generator
- Owner: naps62
- Created: 2017-04-13T17:08:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T08:27:40.000Z (about 9 years ago)
- Last Synced: 2025-03-31T02:22:01.421Z (over 1 year ago)
- Language: Ruby
- Size: 28.3 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ergodox heatmap generator
This is my own generator for a heatmap of my [Ergodox] usage.
Data is fed via real-time data collected via [`hid_listen`], and stored in
a SQlite3 database.
This is running in my system as a systemd job, with another script that I can
manually run to grab the counters from the database and generate a heatmap from
an SVG template.
Here's how it looks after about 5 minutes of keyboard usage:

## Disclaimer
This was hacked in a single day to work for my use case. There are many loose
ends, particularly regarding systemd setup and installation.
I'll gladly accept Pull requests to improve on this, but for now, and since it's
already working for me, I probably won't update this that much unless I need to.
## License
I don't even care