diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-26 17:58:46 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-26 17:58:46 +0000 |
commit | 76f8e84edd44ca4189976e4febbe8ce84025b393 (patch) | |
tree | f5da45f7cf6ed8f0dc722f58d6d024cdaac1bd9c /keyboards/eyeohdesigns/babyv/babyv.c | |
parent | 3d957a33faef93d2e1a9e346b295f387b0e92894 (diff) | |
parent | 8af72000851dbe2c50a66bf2b9452011cbfe835a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/eyeohdesigns/babyv/babyv.c')
-rw-r--r-- | keyboards/eyeohdesigns/babyv/babyv.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/eyeohdesigns/babyv/babyv.c b/keyboards/eyeohdesigns/babyv/babyv.c new file mode 100644 index 0000000000..5a01ea2c91 --- /dev/null +++ b/keyboards/eyeohdesigns/babyv/babyv.c @@ -0,0 +1,17 @@ +/* Copyright 2020 Eye Oh! Designs + * + * 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 "babyv.h" |