From 6e004c7ec3bfd700e78830a6e9a4f8c58a436be4 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 27 Aug 2018 22:55:32 +0200 Subject: 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. --- .gitmodules | 3 +++ lib/dome-key-map | 1 + 2 files changed, 4 insertions(+) create mode 160000 lib/dome-key-map 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 index 0000000..d610aab --- /dev/null +++ b/lib/dome-key-map @@ -0,0 +1 @@ +Subproject commit d610aab64b2505b2ee7cd37be5b3d1b8097c3a64 -- cgit v1.2.3