Updated the Makefile, the example, and LED-Wavepool.cpp to work with the latest Kaleidoscope. Signed-off-by: Gergely Nagy <algernon@keyboard.io>pull/510/head
parent
4d58d3e6a3
commit
00a48d5280
@ -1,13 +1,14 @@
|
|||||||
# This stub makefile for a Kaleidoscope plugin pulls in
|
# This stub makefile for a Kaleidoscope plugin pulls in
|
||||||
# all targets from the Kaleidoscope-Plugin library
|
# all targets from the Kaleidoscope-Plugin library
|
||||||
|
|
||||||
MAKEFILE_PREFIX=keyboardio/avr/libraries/Kaleidoscope-Plugin/build
|
|
||||||
UNAME_S := $(shell uname -s)
|
UNAME_S := $(shell uname -s)
|
||||||
|
|
||||||
ifeq ($(UNAME_S),Darwin)
|
ifeq ($(UNAME_S),Darwin)
|
||||||
BOARD_HARDWARE_PATH ?= $(HOME)/Documents/Arduino/hardware
|
SKETCHBOOK_DIR ?= $(HOME)/Documents/Arduino/
|
||||||
else
|
else
|
||||||
BOARD_HARDWARE_PATH ?= $(HOME)/Arduino/hardware
|
SKETCHBOOK_DIR ?= $(HOME)/Arduino
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(BOARD_HARDWARE_PATH)/$(MAKEFILE_PREFIX)/rules.mk
|
BOARD_HARDWARE_PATH ?= $(SKETCHBOOK_DIR)/hardware
|
||||||
|
KALEIDOSCOPE_PLUGIN_MAKEFILE_DIR ?= keyboardio/avr/build-tools/makefiles/
|
||||||
|
include $(BOARD_HARDWARE_PATH)/$(KALEIDOSCOPE_PLUGIN_MAKEFILE_DIR)/rules.mk
|
||||||
|
Loading…
Reference in new issue