diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-06 18:57:23 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-06 18:57:23 +0000 |
commit | 354262dfe9047e5db22086787c57dbd3796f3cc9 (patch) | |
tree | 60e36c1b5befe373c3c6d99bea3bd4466a8c5b7d /keyboards/acheron/lasgweloth/lasgweloth.c | |
parent | 41a76cd810e1c51d56dce5d58fefb1bfdc3f51a8 (diff) | |
parent | dfeba3f9b68a6a5568a57539ea317e803ea5b00e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/acheron/lasgweloth/lasgweloth.c')
-rw-r--r-- | keyboards/acheron/lasgweloth/lasgweloth.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/acheron/lasgweloth/lasgweloth.c b/keyboards/acheron/lasgweloth/lasgweloth.c new file mode 100644 index 0000000000..be2052a399 --- /dev/null +++ b/keyboards/acheron/lasgweloth/lasgweloth.c @@ -0,0 +1,18 @@ +/* +Copyright 2020 Álvaro "Gondolindrim" Volpato <gondolindrim@acheronproject.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 "lasgweloth.h" |