From bea897caf1f1986d1bced6548071f8ed49215d98 Mon Sep 17 00:00:00 2001 From: Andrew Kannan Date: Tue, 29 Dec 2020 18:43:46 -0500 Subject: Tsukuyomi Keyboard (#10898) * Add Tsukuyomi PCB * Remove unncessary file * Fix * update config * Tsukuyomi info.json * Update readme * add license header and add dfu suffix args * Apply suggestions from code review Co-authored-by: Joel Challis * Update info.json * Apply suggestions from code review Co-authored-by: Ryan Co-authored-by: Joel Challis Co-authored-by: Ryan --- keyboards/cannonkeys/tsukuyomi/tsukuyomi.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keyboards/cannonkeys/tsukuyomi/tsukuyomi.c (limited to 'keyboards/cannonkeys/tsukuyomi/tsukuyomi.c') 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 . + */ + +#include "tsukuyomi.h" -- cgit v1.2.3