summaryrefslogtreecommitdiffstats
path: root/keyboards/alpine65/alpine65.c
diff options
context:
space:
mode:
authorÁlvaro A. Volpato <alvaro.volpato@usp.br>2021-01-11 02:41:53 -0300
committerGitHub <noreply@github.com>2021-01-11 00:41:53 -0500
commite688f2286ff382e446804c8676443ed79cde8659 (patch)
treec82ca017e6e24187b6946788e769ee5c0df20cfa /keyboards/alpine65/alpine65.c
parentffd8ff642d4257fa588d9f42144d923bd570bbbd (diff)
Alpine65 (#11223)
* Initial ALPINE65 support * Fix RGB LED number Co-authored-by: Gondolindrim <alvaro.augusto.volpato@gmail.com>
Diffstat (limited to 'keyboards/alpine65/alpine65.c')
-rw-r--r--keyboards/alpine65/alpine65.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/alpine65/alpine65.c b/keyboards/alpine65/alpine65.c
new file mode 100644
index 0000000000..318862f659
--- /dev/null
+++ b/keyboards/alpine65/alpine65.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 "alpine65.h"