summaryrefslogtreecommitdiff
path: root/keyboards/handwired/swiftrax/beegboy/beegboy.c
diff options
context:
space:
mode:
authorBrandon Claveria <48102030+swiftrax@users.noreply.github.com>2020-10-31 17:13:06 -0700
committerGitHub <noreply@github.com>2020-11-01 00:13:06 +0000
commit4fa1924bd7bb0d527dc66573ab48c620e011a87f (patch)
tree41ed770602b4b895a1cca80af46e547089b80734 /keyboards/handwired/swiftrax/beegboy/beegboy.c
parent7b33897b974222e9d36032f1630455bf542dee7e (diff)
add beegboy keyboard (#10762)
* add layout macro * add beegboy keymaps * fix matrix pins * Change PID * Update keyboards/handwired/swiftrax/beegboy/config.h Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Swiftrax <swiftrax@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/swiftrax/beegboy/beegboy.c')
-rw-r--r--keyboards/handwired/swiftrax/beegboy/beegboy.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/swiftrax/beegboy/beegboy.c b/keyboards/handwired/swiftrax/beegboy/beegboy.c
new file mode 100644
index 0000000000..6923d50283
--- /dev/null
+++ b/keyboards/handwired/swiftrax/beegboy/beegboy.c
@@ -0,0 +1,16 @@
+/* Copyright 2020 swiftrax
+ *
+ * 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 "beegboy.h"