summaryrefslogtreecommitdiff
path: root/keyboards/sendyyeah/75pixels/75pixels.c
diff options
context:
space:
mode:
authorSendy Aditya Suryana <sendzation@gmail.com>2021-05-22 11:33:12 +0700
committerGitHub <noreply@github.com>2021-05-21 21:33:12 -0700
commit10f8a6d983f4caf04acb51df1a421c607f6485b2 (patch)
tree8ed3ae4f6c03f7acc6ddb2e951bac032cb42df48 /keyboards/sendyyeah/75pixels/75pixels.c
parent40f235a96c7f64822f6fb29b6aa7aab117689888 (diff)
[Keyboard] Add 75 Pixels Ortholinear Keyboard (#12220)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Sendy Aditya Suryana <sendy.suryana@go-jek.com>
Diffstat (limited to 'keyboards/sendyyeah/75pixels/75pixels.c')
-rw-r--r--keyboards/sendyyeah/75pixels/75pixels.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/sendyyeah/75pixels/75pixels.c b/keyboards/sendyyeah/75pixels/75pixels.c
new file mode 100644
index 0000000000..62ec8df82c
--- /dev/null
+++ b/keyboards/sendyyeah/75pixels/75pixels.c
@@ -0,0 +1,17 @@
+ /* Copyright 2021 sendyyeah
+ *
+ * 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 "75pixels.h"