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 /.gitmodules |
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 '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2c630eb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "lib/hardware/keyboardio"] + path = lib/hardware/keyboardio + url = https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio.git |