1
0
Gergely Nagy b60fab51bb travis: Move the hardware directory one level higher
Apparently, having the hardware directory within the current directory does not
work all that well now, and Arduino fails to find it. Moving it one level
higher, outside of the cloned sources, and all is well.

This is the major part of the fix for #27.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2020-01-20 15:11:41 +01:00
2020-01-16 15:52:12 +01:00

Arduino Core for the Keyboardio Model 01

This repository contains a number of git submodules.

As an end-user, you can recursively check out all the referenced modules:

% make checkout-submodules

As a maintainer, you can pull all the referenced modules to the latest upstream tips of the modules' canonical branches:

% make maintainer-update-submodules

Do note that in order to commit the changes to the submodules of a given repository, you'll need to commit and push the changes in that repository

To add a submodule, use a commandline like this:

% git submodule add https://github.com/Keyboardio/Kaleidoscope-Plugin/ libraries/Kaleidoscope-Plugin
Description
No description provided
Readme 240 KiB
Languages
C 57.2%
C++ 41.6%
Makefile 1.2%