aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kikkou/kikkou.c
diff options
context:
space:
mode:
authorMatthew Dias <matthewdias@me.com>2022-02-19 23:52:11 -0600
committerGitHub <noreply@github.com>2022-02-19 21:52:11 -0800
commit73657a7d5828b06c3a0dc9e35e126a0a26913b0b (patch)
treeecb087e63f6c4e216f7f1d71c19e6afdf88acd91 /keyboards/kikkou/kikkou.c
parent4666d2600801ecca959cc13911e69379978a0436 (diff)
downloadqmk_firmware-73657a7d5828b06c3a0dc9e35e126a0a26913b0b.tar.gz
qmk_firmware-73657a7d5828b06c3a0dc9e35e126a0a26913b0b.zip
Add kikkou keyboard (#15291)
* Add kikkou keyboard * Apply suggestions from code review * Update keyboards/kikkou/rules.mk * Apply suggestions from code review1
Diffstat (limited to 'keyboards/kikkou/kikkou.c')
-rw-r--r--keyboards/kikkou/kikkou.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/kikkou/kikkou.c b/keyboards/kikkou/kikkou.c
new file mode 100644
index 000000000..704934ace
--- /dev/null
+++ b/keyboards/kikkou/kikkou.c
@@ -0,0 +1,18 @@
1/*
2Copyright 2021 Matthew Dias
3
4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 2 of the License, or
7(at your option) any later version.
8
9This program is distributed in the hope that it will be useful,
10but WITHOUT ANY WARRANTY; without even the implied warranty of
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12GNU General Public License for more details.
13
14You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/
17
18#include "kikkou.h"