diff options
author | QMK Bot <hello@qmk.fm> | 2021-04-03 13:51:51 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-04-03 13:51:51 +0000 |
commit | e90ec6a474713aef6b7a5a8e34b19afbd62671c4 (patch) | |
tree | ca1adf74cb1f068acc52e56353d04f15b0d6c322 /keyboards/epoch80/epoch80.c | |
parent | 638cc5072706c55b3dadcea97de24d712c348326 (diff) | |
parent | 7d33d1bace66f1d9c6dbe3860d4bed651025e580 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/epoch80/epoch80.c')
-rw-r--r-- | keyboards/epoch80/epoch80.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/epoch80/epoch80.c b/keyboards/epoch80/epoch80.c new file mode 100644 index 0000000000..43aa6ee8c9 --- /dev/null +++ b/keyboards/epoch80/epoch80.c @@ -0,0 +1,17 @@ +/* Copyright 2021 kb-elmo<mail@elmo.space> + * + * 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 "epoch80.h" |