diff options
| author | qpockets <69164255+qpockets@users.noreply.github.com> | 2021-02-18 15:31:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-18 15:31:58 -0500 |
| commit | 890f3a57b61c53538da8f669146097d9399d3f11 (patch) | |
| tree | 1a7ba7d83ff0bd27da8c142dea322262d264ac48 /keyboards/eggman/eggman.c | |
| parent | 9e05810cfe80fef8f451051380775f7c1954f7a4 (diff) | |
| download | qmk_firmware-890f3a57b61c53538da8f669146097d9399d3f11.tar.gz qmk_firmware-890f3a57b61c53538da8f669146097d9399d3f11.zip | |
add eggman keyboard (#11701)
* add eggman keyboard
* Update info.json
* Update eggman.h
correct copyright info
* Update eggman.c
correct copyright info
* Update config.h
correct copyright info
* Update keymap.c
correct copyright info
* Update keyboards/eggman/readme.md
reduce image size
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/eggman/keymaps/default/config.h
correct copyright
Co-authored-by: Joshua Diamond <josh@windowoffire.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joshua Diamond <josh@windowoffire.com>
Diffstat (limited to 'keyboards/eggman/eggman.c')
| -rw-r--r-- | keyboards/eggman/eggman.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/eggman/eggman.c b/keyboards/eggman/eggman.c new file mode 100644 index 000000000..2287b9e27 --- /dev/null +++ b/keyboards/eggman/eggman.c | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | /* Copyright 2021 Alan Lehners | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #include "eggman.h" | ||
