Host software for my QMK firmware.
 
 
 
Go to file
Mark 2c9131f197
Cleanup
2022-11-20 20:48:53 -08:00
libs Updated hidapi 2022-11-03 11:00:27 -07:00
src Cleanup 2022-11-20 20:48:53 -08:00
.gitignore Renamed scripts and executable 2022-07-08 10:42:57 -07:00
.gitmodules Updated submodule urls 2022-07-15 10:39:51 -07:00
Makefile README & Makefile 2022-11-19 10:13:14 -08:00
README.md README & Makefile 2022-11-19 10:13:14 -08:00

README.md

Ergodox Host Interface

Host software for Betalupi Ergodox.

Features:

  • Music visualizer (here)
  • Spell checking with hunspell

Permissions

You'll need to run this binary as a regular user. To allow access to raw hid, add the following udev rule and reboot:

KERNEL=="hidraw*", ATTRS{idVendor}=="3297", ATTRS{idProduct}=="4976", TAG+="uaccess", GROUP="mark", MODE="660"

See the hidraw repo for more information.

Dependencies:

Run:

  • hunspell

Build:

  • meson (for libmpdclient)
  • ninja (for libmpdclient)
  • gcc

Building

make submodules to initialize git submodules
make all to build, or make run to build and run.