Added support for Streamdeck Pedal and updated UI to better fit the Packed UI style
This commit is contained in:
22
node_modules/node-hid/hidapi/libusb/Makefile-manual
generated
vendored
Normal file
22
node_modules/node-hid/hidapi/libusb/Makefile-manual
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
|
||||
OS=$(shell uname)
|
||||
|
||||
ifeq ($(OS), Linux)
|
||||
FILE=Makefile.linux
|
||||
endif
|
||||
|
||||
ifeq ($(OS), FreeBSD)
|
||||
FILE=Makefile.freebsd
|
||||
endif
|
||||
|
||||
ifeq ($(OS), Haiku)
|
||||
FILE=Makefile.haiku
|
||||
endif
|
||||
|
||||
ifeq ($(FILE), )
|
||||
all:
|
||||
$(error Your platform ${OS} is not supported by hidapi/libusb at this time.)
|
||||
endif
|
||||
|
||||
include $(FILE)
|
||||
Reference in New Issue
Block a user