summaryrefslogtreecommitdiff
path: root/keyboards/txuu/txuu.c
diff options
context:
space:
mode:
authorMatthew Dias <matthewdias@me.com>2021-07-23 00:45:35 -0400
committerGitHub <noreply@github.com>2021-07-22 21:45:35 -0700
commitcda1792ece293cbea27c3e3039edd1ae8aada2ca (patch)
tree0f977ac1a1b924b3fb810dccd25477d641d59d6f /keyboards/txuu/txuu.c
parenta08c7087bef89b8b23e7462ece413a1861f8e4af (diff)
[Keyboard] Add Txuu keyboard (#13650)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/txuu/txuu.c')
-rw-r--r--keyboards/txuu/txuu.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/txuu/txuu.c b/keyboards/txuu/txuu.c
new file mode 100644
index 0000000000..81c4b440ad
--- /dev/null
+++ b/keyboards/txuu/txuu.c
@@ -0,0 +1,18 @@
+/*
+Copyright 2021 Matthew Dias <matthewdias@me.com>
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
+#include "txuu.h"