diff options
author | TerryMathews <terry@terrymathews.net> | 2020-12-02 14:23:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 19:23:45 +0000 |
commit | 2989f9ce2beb41e7796b4ba0cafc481734b3f024 (patch) | |
tree | 015443cbe779aecdd68487e477602758fb213d74 /keyboards/tkc/tkl_ab87/tkl_ab87.c | |
parent | bcab02b654a5772d0ffe7d0a81f4284e84bd8117 (diff) |
TKC TKL_A/B87: Initial support (#10943)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/tkc/tkl_ab87/tkl_ab87.c')
-rw-r--r-- | keyboards/tkc/tkl_ab87/tkl_ab87.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/tkc/tkl_ab87/tkl_ab87.c b/keyboards/tkc/tkl_ab87/tkl_ab87.c new file mode 100644 index 0000000000..5d1b2d98a4 --- /dev/null +++ b/keyboards/tkc/tkl_ab87/tkl_ab87.c @@ -0,0 +1,16 @@ +/* Copyright 2020 Terry Mathews + * + * 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 "tkl_ab87.h" |