diff options
| author | Brandon Claveria <48102030+swiftrax@users.noreply.github.com> | 2020-09-05 11:37:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-05 11:37:05 -0700 |
| commit | d612d617eec446bb20a45dcbb1e2831361ddc81d (patch) | |
| tree | 869aff1b7348ae6f947a67e2843b7ce5ffe6c529 /keyboards/handwired/swiftrax/pandamic/pandamic.c | |
| parent | 687d05dfb13de08b519e455ef95b8155c2492af6 (diff) | |
| download | qmk_firmware-d612d617eec446bb20a45dcbb1e2831361ddc81d.tar.gz qmk_firmware-d612d617eec446bb20a45dcbb1e2831361ddc81d.zip | |
[Keyboard] add Pandamic handwired (#10227)
* Add pandemic keyboard
* Fix default keymap
* Add via keymap
* Fix via keymap
* Fix keymaps and pandamic.h
* add info.json
* update info.json
* Apply suggestions from code review
* Update keyboards/handwired/swiftrax/pandamic/info.json
* make suggested changes
Diffstat (limited to 'keyboards/handwired/swiftrax/pandamic/pandamic.c')
| -rw-r--r-- | keyboards/handwired/swiftrax/pandamic/pandamic.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/handwired/swiftrax/pandamic/pandamic.c b/keyboards/handwired/swiftrax/pandamic/pandamic.c new file mode 100644 index 000000000..c718a3373 --- /dev/null +++ b/keyboards/handwired/swiftrax/pandamic/pandamic.c | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | /* Copyright 2020 swiftrax | ||
| 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 "pandamic.h" | ||
