summaryrefslogtreecommitdiff
path: root/keyboards/iron180/iron180.c
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.volpato@usp.br>2020-12-17 02:24:59 -0300
committerGitHub <noreply@github.com>2020-12-16 21:24:59 -0800
commit14024fabeba025180b7a6be5bba0c8a99f31f619 (patch)
treeac3fe5861fa2cdef3dc522580c23ba39436b7111 /keyboards/iron180/iron180.c
parentd60031b321316440256ce4af3dcc64f885475cba (diff)
[Keyboard] Iron180 (#10948)
* Initial CK60i support * Initial Iron180 support * Add PWM support * Feedback from PCB protos * Update README * Remove CK60i references * Remove KC_NO ____ definition and replaced with predefined * Remove description field in USD descriptors * Shorten bluetooth enable and audio output comments on rules.mk * Initial VIA support Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
Diffstat (limited to 'keyboards/iron180/iron180.c')
-rw-r--r--keyboards/iron180/iron180.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/iron180/iron180.c b/keyboards/iron180/iron180.c
new file mode 100644
index 0000000000..236f8176f6
--- /dev/null
+++ b/keyboards/iron180/iron180.c
@@ -0,0 +1,18 @@
+/*
+Copyright 2020 Álvaro "Gondolindrim" Volpato <gondolindrim@acheronproject.com>
+
+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 "iron180.h"