diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-07 16:56:55 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-07 16:56:55 +0000 |
commit | d33191830b0ba9c0f6c2c30218a7befa487387dd (patch) | |
tree | c21dfb310321a4e6d417e6dddb2155f7bd1d741f /keyboards/earth_rover/earth_rover.c | |
parent | 5f51df6431d20fcb6a6fa086c5c8e9ade6b70548 (diff) | |
parent | 784a9cdca4e776150af6b996f8944af89541f2f5 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/earth_rover/earth_rover.c')
-rw-r--r-- | keyboards/earth_rover/earth_rover.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/earth_rover/earth_rover.c b/keyboards/earth_rover/earth_rover.c new file mode 100644 index 0000000000..c12eaa8c0e --- /dev/null +++ b/keyboards/earth_rover/earth_rover.c @@ -0,0 +1,17 @@ +/* Copyright 2020 k.bigwheel + * + * 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 "earth_rover.h" |