diff options
author | Felix Jen <fjen@felixjen.com> | 2021-01-02 02:46:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-02 00:46:25 -0800 |
commit | 2e9d0919600e4b834a4e48c1673fe638c4b92eab (patch) | |
tree | 62bea8578d5f516344f2922575028e9748ba33b8 /keyboards/fjlabs/ldk65/ldk65.c | |
parent | 13efa8290e7394b5386fdb588f3661ca1d0b7e7d (diff) |
[Keyboard] Added LDK65 based off BKS65 (#11335)
Diffstat (limited to 'keyboards/fjlabs/ldk65/ldk65.c')
-rw-r--r-- | keyboards/fjlabs/ldk65/ldk65.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/fjlabs/ldk65/ldk65.c b/keyboards/fjlabs/ldk65/ldk65.c new file mode 100644 index 0000000000..ed4e5bc681 --- /dev/null +++ b/keyboards/fjlabs/ldk65/ldk65.c @@ -0,0 +1,14 @@ +/* +Copyright 2020 <me@homedrop.org> +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 "ldk65.h" |