diff options
author | Nick Abe <57225836+2Moons-JP@users.noreply.github.com> | 2021-06-20 11:14:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-19 19:14:40 -0700 |
commit | c835d2e71dbc871483fdd62a31fc49a12e326170 (patch) | |
tree | eb6d7dacc5b06ec229bb25b92b10446d80ab4f0f /keyboards/plx/plx.c | |
parent | 7e832e46de26989b81f2fbf58a0f391b2b0c1aaf (diff) |
[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.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 0000000000..65e4dfd28b --- /dev/null +++ b/keyboards/plx/plx.c @@ -0,0 +1,17 @@ +/* Copyright 2020 Peac Design and Basekeys + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#include "plx.h" |