summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/swiftrax/joypad/joypad.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-06 17:59:30 +0000
committerQMK Bot <hello@qmk.fm>2021-01-06 17:59:30 +0000
commit0e2476554e257badc143f0f6d6d7ce46c54841db (patch)
tree448e289a34619661e1e13d89fae92317bdecd68d /keyboards/handwired/swiftrax/joypad/joypad.c
parent57b9b45242e7366b32947ba6fa7ebb3b1acb2b2a (diff)
parentbf959d79dc7a37e94fc368bb8d3a4ca52421faad (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/swiftrax/joypad/joypad.c')
-rw-r--r--keyboards/handwired/swiftrax/joypad/joypad.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/swiftrax/joypad/joypad.c b/keyboards/handwired/swiftrax/joypad/joypad.c
new file mode 100644
index 0000000000..60ef822462
--- /dev/null
+++ b/keyboards/handwired/swiftrax/joypad/joypad.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 "joypad.h" \ No newline at end of file