diff options
| author | PollyV1 <70621744+PollyV1@users.noreply.github.com> | 2022-01-12 02:08:35 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-11 10:08:35 -0800 |
| commit | 1fdc42155a19a415b2d574ccbf61aac45e6543aa (patch) | |
| tree | e1a455e406c137f5143cde1b0dc26945aa33ee4a /keyboards/handwired/carpolly/carpolly.c | |
| parent | 349ca4b7ff0c98baedbeb9096442231e2267c817 (diff) | |
| download | qmk_firmware-1fdc42155a19a415b2d574ccbf61aac45e6543aa.tar.gz qmk_firmware-1fdc42155a19a415b2d574ccbf61aac45e6543aa.zip | |
[Keyboard] Carpolly (#15778)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/handwired/carpolly/carpolly.c')
| -rw-r--r-- | keyboards/handwired/carpolly/carpolly.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/handwired/carpolly/carpolly.c b/keyboards/handwired/carpolly/carpolly.c new file mode 100644 index 000000000..119dfa962 --- /dev/null +++ b/keyboards/handwired/carpolly/carpolly.c | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | /* Copyright 2021 Paul Enrico N. Viola | ||
| 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 | |||
| 17 | #include "carpolly.h" | ||
| 18 | |||
| 19 | // generated by KBFirmware JSON to QMK Parser | ||
| 20 | // https://noroadsleft.github.io/kbf_qmk_converter/ | ||
