Host software for my QMK firmware.
 
 
 
Go to file
Mark 99c2c7d532
Added special character command
2022-08-10 09:07:04 -07:00
libs Added libmpdclient and basic fifo sync code 2022-07-11 09:39:33 -07:00
src Added special character command 2022-08-10 09:07:04 -07: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 Improved makefile 2022-07-23 12:48:35 -07:00
README.md Added README 2022-07-23 12:48:41 -07:00

README.md

Ergodox Host Interface

Host software for Betalupi Ergodox.

Features:

  • Music visualizer (here)
  • Spell checking with hunspell

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.