1
0
Florian Fleissner bfe2fc9d3e Added a weak callback for command line parsing
Consumer code can access the command line via
an additional callback of the virtual hardware.
This makes it possible to access the name of
the executable that is currently executed.

Signed-off-by: Florian Fleissner <florian.fleissner@inpartik.de>
2019-07-07 14:30:25 -07:00
2019-07-07 14:29:20 -07:00
2019-06-19 22:36:42 +02:00
2019-03-03 22:44:42 -08: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%