diff options
author | Brandon Claveria <48102030+swiftrax@users.noreply.github.com> | 2021-01-06 09:58:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 09:58:55 -0800 |
commit | bf959d79dc7a37e94fc368bb8d3a4ca52421faad (patch) | |
tree | bfb0eb2b4006c9b65b01e155c56bb72e73816b99 /keyboards/handwired/swiftrax/joypad/joypad.c | |
parent | bca88177d3b85696b98b0758c76fb20de6013485 (diff) |
[Keyboard] add joypad keyboard (#11283)
* add joypad
* add joypad keymaps
* change pid
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Apply suggestions from code review
Co-authored-by: Drashna Jaelre <drashna@live.com>
* Update keyboards/handwired/swiftrax/joypad/joypad.h
Co-authored-by: Joel Challis <git@zvecr.com>
* Update keyboards/handwired/swiftrax/joypad/keymaps/via/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/handwired/swiftrax/joypad/keymaps/default/keymap.c
Co-authored-by: Ryan <fauxpark@gmail.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Swiftrax <swiftrax@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/swiftrax/joypad/joypad.c')
-rw-r--r-- | keyboards/handwired/swiftrax/joypad/joypad.c | 16 |
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 |