aboutsummaryrefslogtreecommitdiff
path: root/keyboards/plx/plx.c
diff options
context:
space:
mode:
authorNick Abe <57225836+2Moons-JP@users.noreply.github.com>2021-06-20 11:14:40 +0900
committerGitHub <noreply@github.com>2021-06-19 19:14:40 -0700
commitc835d2e71dbc871483fdd62a31fc49a12e326170 (patch)
treeeb6d7dacc5b06ec229bb25b92b10446d80ab4f0f /keyboards/plx/plx.c
parent7e832e46de26989b81f2fbf58a0f391b2b0c1aaf (diff)
downloadqmk_firmware-c835d2e71dbc871483fdd62a31fc49a12e326170.tar.gz
qmk_firmware-c835d2e71dbc871483fdd62a31fc49a12e326170.zip
[Keyboard] Add PLX Keyboard (#12954)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/plx/plx.c')
-rw-r--r--keyboards/plx/plx.c17
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"