summaryrefslogtreecommitdiff
path: root/keyboards/ramonimbao/squishy65/squishy65.c
diff options
context:
space:
mode:
authorRamon Imbao <ramonimbao@gmail.com>2020-09-09 13:32:47 +0800
committerGitHub <noreply@github.com>2020-09-08 22:32:47 -0700
commit08f6e64137e2a3fe5cf54928b193c3421e71b625 (patch)
tree96944783f17733a30606cd8523df6af068a33bdd /keyboards/ramonimbao/squishy65/squishy65.c
parent4b9c3dc2e5a1d0e16bcb2841fe10337734c2f248 (diff)
[Keyboard] Add Squishy65 keyboard (#10266)
* Add Squishy65 keyboard * Edit info.json * Fix incorrect ISO layout * Add missing license in files * Update keyboards/ramonimbao/squishy65/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ramonimbao/squishy65/keymaps/via/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/ramonimbao/squishy65/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/ramonimbao/squishy65/squishy65.c')
-rw-r--r--keyboards/ramonimbao/squishy65/squishy65.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/ramonimbao/squishy65/squishy65.c b/keyboards/ramonimbao/squishy65/squishy65.c
new file mode 100644
index 0000000000..6d9fb24196
--- /dev/null
+++ b/keyboards/ramonimbao/squishy65/squishy65.c
@@ -0,0 +1,17 @@
+/* Copyright 2020 Ramon Imbao
+ *
+ * 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 "squishy65.h"