diff options
author | AlisGraveNil <63020540+AlisGraveNil@users.noreply.github.com> | 2020-06-28 21:37:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 18:37:47 -0700 |
commit | 2c0201e80f7d1e477440c3a0cfcb9b90575a002a (patch) | |
tree | dcf90c5432aecc723f7163321a216a27f196efb6 /keyboards/clawsome/sedan/sedan.c | |
parent | 51509ec07bb6e442301c5a0b07638cd52ff89e38 (diff) | |
download | qmk_firmware-2c0201e80f7d1e477440c3a0cfcb9b90575a002a.tar.gz |
[Keyboard] Coupe and Sedan keyboards (#9539)
* Initial upload - sedan and coupe keyboards
* Update coupe.h
* Update coupe.h
* Update coupe.h
* Update sedan.h
* Update keyboards/clawsome/coupe/readme.md
* Update keyboards/clawsome/sedan/config.h
* Update keyboards/clawsome/sedan/config.h
* Update keyboards/clawsome/coupe/config.h
* Update keyboards/clawsome/sedan/readme.md
* Update keyboards/clawsome/sedan/info.json
* Update keyboards/clawsome/sedan/readme.md
* Update keyboards/clawsome/coupe/readme.md
* Update keyboards/clawsome/coupe/info.json
* Update keyboards/clawsome/coupe/coupe.h
* Update keyboards/clawsome/coupe/info.json
* Update keyboards/clawsome/coupe/info.json
* Update keyboards/clawsome/coupe/keymaps/default/keymap.c
* Update keyboards/clawsome/sedan/info.json
* Update keyboards/clawsome/sedan/sedan.h
* Update keyboards/clawsome/sedan/rules.mk
* Update keyboards/clawsome/sedan/sedan.h
* Update keyboards/clawsome/sedan/keymap/default/keymap.c
* Update keyboards/clawsome/sedan/keymap/default/keymap.c
* Update keyboards/clawsome/coupe/rules.mk
* Update keyboards/clawsome/sedan/info.json
* Update keyboards/clawsome/sedan/info.json
* Rename keymap.c to keymaps.c
* Rename keymap.c to keymaps.c
* folder name updated
* updated keymaps
* remove erroneously added files
* extend keymap functionality
* Update config.h
* Update config.h
* added URL on line #3 for image of Coupe
* Added URL to line #3
* Update keyboards/clawsome/sedan/readme.md
* Update keyboards/clawsome/coupe/readme.md
Diffstat (limited to 'keyboards/clawsome/sedan/sedan.c')
-rw-r--r-- | keyboards/clawsome/sedan/sedan.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/clawsome/sedan/sedan.c b/keyboards/clawsome/sedan/sedan.c new file mode 100644 index 000000000..4977bf697 --- /dev/null +++ b/keyboards/clawsome/sedan/sedan.c @@ -0,0 +1,16 @@ +/* Copyright 2020 AAClawson (AlisGraveNil) + * + * 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 "sedan.h"
\ No newline at end of file |