diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-29 23:44:18 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-29 23:44:18 +0000 |
commit | 599043e7ffba1cc90840649493e80c0aecfa3af9 (patch) | |
tree | 75644cc53690dc683e8e3cb0a19181ddc1e2def8 /keyboards/cannonkeys/tsukuyomi/tsukuyomi.c | |
parent | 79265fc2c0e3c5f63dc11cafa807a346cb045cc0 (diff) | |
parent | bea897caf1f1986d1bced6548071f8ed49215d98 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/cannonkeys/tsukuyomi/tsukuyomi.c')
-rw-r--r-- | keyboards/cannonkeys/tsukuyomi/tsukuyomi.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/tsukuyomi/tsukuyomi.c b/keyboards/cannonkeys/tsukuyomi/tsukuyomi.c new file mode 100644 index 0000000000..aca92f07db --- /dev/null +++ b/keyboards/cannonkeys/tsukuyomi/tsukuyomi.c @@ -0,0 +1,17 @@ + /* Copyright 2020 Andrew Kannan + * + * 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 "tsukuyomi.h" |