diff options
| author | QMK Bot <hello@qmk.fm> | 2021-06-20 02:14:49 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-06-20 02:14:49 +0000 |
| commit | fc749b40e65b07c05df03d4401c5d74fe86109a1 (patch) | |
| tree | d651a1aa491ab8d865b368fafaccdc7fba000f1e /keyboards/plx/plx.c | |
| parent | 76e856d05264e910978243780bf3887da1097515 (diff) | |
| parent | c835d2e71dbc871483fdd62a31fc49a12e326170 (diff) | |
| download | qmk_firmware-fc749b40e65b07c05df03d4401c5d74fe86109a1.tar.gz qmk_firmware-fc749b40e65b07c05df03d4401c5d74fe86109a1.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/plx/plx.c')
| -rw-r--r-- | keyboards/plx/plx.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/plx/plx.c b/keyboards/plx/plx.c new file mode 100644 index 000000000..65e4dfd28 --- /dev/null +++ b/keyboards/plx/plx.c | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | /* Copyright 2020 Peac Design and Basekeys | ||
| 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 "plx.h" | ||
