aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-08-27 22:55:32 +0200
committerTeddy Wing2018-08-27 22:55:32 +0200
commit6e004c7ec3bfd700e78830a6e9a4f8c58a436be4 (patch)
tree5e13cfeb91d4db68ccda949a8f70562f75050109
parent7e6c8f852951742bce3a3855e57a6c1bb4e5a504 (diff)
downloadDomeKey-6e004c7ec3bfd700e78830a6e9a4f8c58a436be4.tar.bz2
Add 'dome-key-map' as a submodule
This is the Rust library part of the application, which will get linked into DomeKey as a static library.
-rw-r--r--.gitmodules3
m---------lib/dome-key-map0
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index abd75d9..752e471 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "lib/DDHidLib"]
path = lib/DDHidLib
url = https://github.com/Daij-Djan/DDHidLib.git
+[submodule "lib/dome-key-map"]
+ path = lib/dome-key-map
+ url = ../dome-key-map
diff --git a/lib/dome-key-map b/lib/dome-key-map
new file mode 160000
+Subproject d610aab64b2505b2ee7cd37be5b3d1b8097c3a6