diff options
author | QMK Bot <hello@qmk.fm> | 2022-05-11 23:40:13 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-05-11 23:40:13 +0000 |
commit | d3443a4e8b713adb828ae8b7bab7d3d75a6acdaa (patch) | |
tree | 02e69cd4fbeb38a3a3d28af3515fe0aa13515699 /keyboards/tominabox1/littlefoot_lx/rev1/rev1.c | |
parent | da02de54136ebd19ea64b295b1c5a2e6fe7d6217 (diff) | |
parent | fa6fe11c33354699a84023a7a6a2dcdf5f0b46b3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tominabox1/littlefoot_lx/rev1/rev1.c')
-rw-r--r-- | keyboards/tominabox1/littlefoot_lx/rev1/rev1.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/tominabox1/littlefoot_lx/rev1/rev1.c b/keyboards/tominabox1/littlefoot_lx/rev1/rev1.c new file mode 100644 index 0000000000..67d6fd800d --- /dev/null +++ b/keyboards/tominabox1/littlefoot_lx/rev1/rev1.c @@ -0,0 +1,18 @@ +/* +Copyright 2022 tominabox1 + +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 "rev1.h" |