summaryrefslogtreecommitdiff
path: root/keyboards/tkw/grandiceps/grandiceps.c
diff options
context:
space:
mode:
authorvattern <thys@vektorfoto.co.za>2021-03-15 17:42:09 +0000
committerGitHub <noreply@github.com>2021-03-15 17:42:09 +0000
commit926389f3a700ac2cde66b1b982525cd1e7b1a200 (patch)
treec74587f209f89c3b6714ee85ba155e173292a50d /keyboards/tkw/grandiceps/grandiceps.c
parent52b7ebd6be2532fc41ef1593be8e22c5f39d9a1e (diff)
Keyboard/grandiceps (#11933)
* Add Grandiceps keyboard * Fix info.json * Fix typo * Fix typo * cleanup format * move mcu files to root * Updated with PR changes * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * PR issues for chibios confmigrate * PR Changes Co-authored-by: Thys de Wet <thys@vectorphoto.co.uk> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/tkw/grandiceps/grandiceps.c')
-rw-r--r--keyboards/tkw/grandiceps/grandiceps.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/tkw/grandiceps/grandiceps.c b/keyboards/tkw/grandiceps/grandiceps.c
new file mode 100644
index 0000000000..bfb67dfc2c
--- /dev/null
+++ b/keyboards/tkw/grandiceps/grandiceps.c
@@ -0,0 +1,16 @@
+/* Copyright 2020 Thys de Wet
+ *
+ * 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 "grandiceps.h"