diff options
author | kelvinhall05 <56369403+kelvinhall05@users.noreply.github.com> | 2020-08-16 21:42:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-16 18:42:26 -0700 |
commit | 3b3a1b2a635fd41808cf58ddf9f33b89f6db3e5e (patch) | |
tree | eae0cf1e702f5a9fdaab49bb7aac97ba4cf2bb10 /keyboards/southpaw75/southpaw75.c | |
parent | 194dc0984ee3bdaa285125c024b292794fa198d8 (diff) | |
download | qmk_firmware-3b3a1b2a635fd41808cf58ddf9f33b89f6db3e5e.tar.gz qmk_firmware-3b3a1b2a635fd41808cf58ddf9f33b89f6db3e5e.zip |
[Keyboard] Southpaw75 (#9844)
* adding southpaw75
* Added readme.md for Southpaw75
* adding info.json
* Update keyboards/southpaw75/rules.mk
* Update keyboards/southpaw75/southpaw75.h
* Update keyboards/southpaw75/keymaps/default/keymap.c
* Update keyboards/southpaw75/config.h
* Update keyboards/southpaw75/southpaw75.h
* Update keyboards/southpaw75/keymaps/default/keymap.c
* Update keyboards/southpaw75/rules.mk
* Update keyboards/southpaw75/rules.mk
* Update keyboards/southpaw75/config.h
* Update keyboards/southpaw75/readme.md
* Update keyboards/southpaw75/readme.md
* Update config.h
* Update keymap.c
* Update readme.md
* Update southpaw75.c
* Update southpaw75.h
Diffstat (limited to 'keyboards/southpaw75/southpaw75.c')
-rw-r--r-- | keyboards/southpaw75/southpaw75.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/southpaw75/southpaw75.c b/keyboards/southpaw75/southpaw75.c new file mode 100644 index 0000000000..c9c6f2d366 --- /dev/null +++ b/keyboards/southpaw75/southpaw75.c @@ -0,0 +1,17 @@ + /* + Copyright 2020 Kelvin Hall + + 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 "southpaw75.h" |