First test for custom effects.

This commit is contained in:
Landrovan
2017-03-24 22:20:29 -04:00
parent d0c5b91815
commit 2f68856cf4
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -2,10 +2,10 @@ CC=g++
CFLAGS=-Wall -O2 -std=gnu++11
LIB?=hidapi
ifeq ($(LIB),libusb)
CPPFLAGS=-Dlibusb
CPPFLAGS=-Dlibusb -lpthread
LDFLAGS=-lusb-1.0
else
CPPFLAGS=-Dhidapi
CPPFLAGS=-Dhidapi -lpthread
LDFLAGS=-lhidapi-hidraw
endif
PROGN=g810-led