summaryrefslogtreecommitdiff
path: root/keyboards/handwired/axon/axon.c
diff options
context:
space:
mode:
authorRobin Liu <Robin.Liu.831@gmail.com>2021-05-13 13:12:45 -0400
committerGitHub <noreply@github.com>2021-05-13 10:12:45 -0700
commitc6cc6ec7f648ef955582f972e5fb3459f0ff8a84 (patch)
treee1a229577ed31530b2b9a47c1ed5e4be0ed4f38f /keyboards/handwired/axon/axon.c
parent54e788364aebd30d9c6b86feb823a88db4bd2604 (diff)
[Keyboard] Add Axon (#12879)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/axon/axon.c')
-rw-r--r--keyboards/handwired/axon/axon.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/handwired/axon/axon.c b/keyboards/handwired/axon/axon.c
new file mode 100644
index 0000000000..e5d7122138
--- /dev/null
+++ b/keyboards/handwired/axon/axon.c
@@ -0,0 +1,18 @@
+/*
+Copyright 2021 Robin Liu
+
+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 "axon.h"