diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-25 14:42:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-25 14:42:41 +0000 |
commit | c6aa9c4ad7b6192f88de440267aa57e86e6ee2b5 (patch) | |
tree | c89c0bc5dd6242cc35debb66bea3cc78c42d8cf8 /keyboards/lizard_trick/tenkey_plusplus/tenkey_plusplus.c | |
parent | f83eefba376ae94a0310130b3d7493c056d175a4 (diff) | |
parent | b7f640ca764b25e09bd0e60841bfd492bede036f (diff) |
Merge remote-tracking branch 'origin/master' into develop
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" |