aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore9
-rw-r--r--.gitmodules4
m---------tmk_core0
3 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..293c452
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+.dep
+*.o
+*.eep
+*.elf
+*.hex
+*.lss
+*.lst
+*.map
+*.sym
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..cfea067
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "tmk_core"]
+ path = tmk_core
+ url = https://github.com/tmk/tmk_core.git
+ ignore = dirty
diff --git a/tmk_core b/tmk_core
new file mode 160000
+Subproject f47682b6f99eb6304c1e35b43cad7644d8980a5