diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-23 04:45:49 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-23 04:45:49 +0000 |
commit | 4ff4c05719dcf22983cac89d6f046b6ab3574e62 (patch) | |
tree | 75efc391aaa3d90111cb6eee3c9d671509b4d2d5 /keyboards/txuu/txuu.c | |
parent | 816accda3d48ba6d199644acb0ee5966987a09c8 (diff) | |
parent | cda1792ece293cbea27c3e3039edd1ae8aada2ca (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/txuu/txuu.c')
-rw-r--r-- | keyboards/txuu/txuu.c | 18 |
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" |