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