diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-22 09:15:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-22 09:15:10 +0000 |
commit | 71fcfb3cb52b9adb9ace304503bc3c6addfb3916 (patch) | |
tree | a32f25aff9084ce20434361ad9e8a96482110985 /keyboards/axolstudio/yeti/yeti.c | |
parent | 8f867c1befde0b91acd12c4c7600ddab8acf34d3 (diff) | |
parent | 94535730809d3fb9b466b221b935f27898a17887 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/axolstudio/yeti/yeti.c')
-rw-r--r-- | keyboards/axolstudio/yeti/yeti.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/axolstudio/yeti/yeti.c b/keyboards/axolstudio/yeti/yeti.c new file mode 100644 index 0000000000..9c11b8c78c --- /dev/null +++ b/keyboards/axolstudio/yeti/yeti.c @@ -0,0 +1,17 @@ +/* Copyright 2020 kb-elmo + * + * 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 "yeti.h" |