diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-29 21:14:06 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-29 21:14:06 +0000 |
commit | 8609fe8f46dac2c5d0ac24dfdd6bc321c8602de3 (patch) | |
tree | 8bc7b29fa725988b5896a54356ae28712d3dbf1e /keyboards/aleth42/rev0/rev0.c | |
parent | 77185961dc33c368cf43301194f7f335d505eac4 (diff) | |
parent | 25d9cdc88fa990251c5528d07027448c7c801f58 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/aleth42/rev0/rev0.c')
-rw-r--r-- | keyboards/aleth42/rev0/rev0.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/aleth42/rev0/rev0.c b/keyboards/aleth42/rev0/rev0.c new file mode 100644 index 0000000000..ce91e83804 --- /dev/null +++ b/keyboards/aleth42/rev0/rev0.c @@ -0,0 +1,17 @@ +/* Copyright 2020 monksoffunk + * + * 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 "rev0.h"
\ No newline at end of file |