diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-20 02:05:38 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-20 02:05:38 +0000 |
commit | 08573213176befa873f8fcd6a55ee2d3795906e1 (patch) | |
tree | e6a5bbea0e2ca14477f0f78b74fab9915930d9be /keyboards/mesa/mesa_tkl/mesa_tkl.c | |
parent | 1bc8e785bf2efc1672d28b4e1bc89b89e43f31ca (diff) | |
parent | 974d3f1ffdbc4478f8d430021e74cf76e122661f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mesa/mesa_tkl/mesa_tkl.c')
-rw-r--r-- | keyboards/mesa/mesa_tkl/mesa_tkl.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/mesa/mesa_tkl/mesa_tkl.c b/keyboards/mesa/mesa_tkl/mesa_tkl.c new file mode 100644 index 0000000000..f75153b321 --- /dev/null +++ b/keyboards/mesa/mesa_tkl/mesa_tkl.c @@ -0,0 +1,17 @@ +/* Copyright 2020 Mesa Keyboards + * + * 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 "mesa_tkl.h" |