diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-06-25 13:57:33 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-06-26 01:04:35 +0200 |
commit | 3f2c2fdaa542cf9a0a170d56d2dc1bd16144f6b8 (patch) | |
tree | 847b52e1ccaaa29ce7a112690e3526f3d6cd8bbf /Makefile |
Initial commit.
Inspired by the reference firmware
https://github.com/keyboardio/Model01-Firmware
and algernon's fork
https://git.madhouse-project.org/algernon/Model01-Sketch
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ba2d8ab --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +BOARD_HARDWARE_PATH ?= ./lib/hardware +KALEIDOSCOPE_PLUGIN_MAKEFILE_DIR ?= keyboardio/build-tools/makefiles + +-include $(BOARD_HARDWARE_PATH)/$(KALEIDOSCOPE_PLUGIN_MAKEFILE_DIR)/rules.mk |