diff options
author | Jonathon Carstens <jon.carstens@gmail.com> | 2020-12-25 06:42:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-26 01:42:11 +1100 |
commit | b7f640ca764b25e09bd0e60841bfd492bede036f (patch) | |
tree | 3eabdac78570d1ae5b3614aeea7e1f9b4bcdc18b /keyboards/lizard_trick/tenkey_plusplus/tenkey_plusplus.c | |
parent | 436b5394bb370ca2415b5c4cc10b92b7665e4e78 (diff) | |
download | qmk_firmware-b7f640ca764b25e09bd0e60841bfd492bede036f.tar.gz qmk_firmware-b7f640ca764b25e09bd0e60841bfd492bede036f.zip |
Adding new keyboard: Tenkey++ (tenkey_plusplus) (#11197)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/lizard_trick/tenkey_plusplus/tenkey_plusplus.c')
-rw-r--r-- | keyboards/lizard_trick/tenkey_plusplus/tenkey_plusplus.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/lizard_trick/tenkey_plusplus/tenkey_plusplus.c b/keyboards/lizard_trick/tenkey_plusplus/tenkey_plusplus.c new file mode 100644 index 0000000000..96c0b92dff --- /dev/null +++ b/keyboards/lizard_trick/tenkey_plusplus/tenkey_plusplus.c @@ -0,0 +1,18 @@ +/* +Copyright 2020 Jonathon Carstens jonathon@lizardtrick.com + +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 "tenkey_plusplus.h" |