README & Makefile

master
Mark 2022-11-19 10:13:14 -08:00
parent b478f2bf82
commit 0e446769ed
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 12 additions and 3 deletions

View File

@ -4,7 +4,7 @@ SRC_DIRS := ./src
# False targets
# (these are the only ones you manually run)
all: $(TARGET_EXEC)
all: libs $(TARGET_EXEC)
run: all
./$(TARGET_EXEC)

View File

@ -6,7 +6,17 @@ Host software for [Betalupi Ergodox](https://git.betalupi.com/Mark/QMK).
- Music visualizer ([here](https://git.betalupi.com/Mark/hostdox/src/branch/master/src/signal_processing))
- 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:
```conf
KERNEL=="hidraw*", ATTRS{idVendor}=="3297", ATTRS{idProduct}=="4976", TAG+="uaccess", GROUP="mark", MODE="660"
```
See the hidraw repo for more information.
## Dependencies:
Run:
@ -17,7 +27,6 @@ Build:
- ninja (for libmpdclient)
- gcc
-------------------------------------------------
## Building