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 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') 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 -- cgit v1.2.3