diff --git a/.gitmodules b/.gitmodules index 60e0d4c..1abb300 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "keyboard_pcb/kicad_lib_tmk"] path = keyboard_pcb/kicad_lib_tmk url = https://github.com/tmk/kicad_lib_tmk.git +[submodule "Documentation/keyswitch_documentation"] + path = Documentation/keyswitch_documentation + url = https://github.com/keyboardio/keyswitch_documentation.git diff --git a/Documentation/keyswitch_documentation b/Documentation/keyswitch_documentation new file mode 160000 index 0000000..76b13dd --- /dev/null +++ b/Documentation/keyswitch_documentation @@ -0,0 +1 @@ +Subproject commit 76b13dd5177f50391ee094be8e911a8485d138e1