diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-02 08:46:59 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-02 08:46:59 +0000 |
commit | 266343666fafaddff89e6a6e19410b919df3053c (patch) | |
tree | 14bdd9e49a87f732d916b183388d6d81d60479a5 /keyboards/fjlabs/ldk65/ldk65.c | |
parent | e190872b822f247794213120e0f7a276c07c95b9 (diff) | |
parent | 2e9d0919600e4b834a4e48c1673fe638c4b92eab (diff) |
Merge remote-tracking branch 'origin/master' into develop
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" |