From f9b2f241871ea7db22579cf16335e47d33e183ba Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Sun, 4 Aug 2024 00:22:03 +0200 Subject: Initial commit --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3a2b455 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "deps/tusb_xinput"] + path = deps/tusb_xinput + url = https://github.com/Ryzee119/tusb_xinput.git +[submodule "deps/tinyusb"] + path = deps/tinyusb + url = https://github.com/hathach/tinyusb -- cgit v1.2.3