summaryrefslogtreecommitdiff
path: root/keyboards/earth_rover/earth_rover.c
diff options
context:
space:
mode:
authork.bigwheel <k.bigwheel+eng@gmail.com>2021-02-08 01:56:27 +0900
committerGitHub <noreply@github.com>2021-02-07 08:56:27 -0800
commit784a9cdca4e776150af6b996f8944af89541f2f5 (patch)
tree8567b65c6b21b47bb3719569630de1702fe2b6b7 /keyboards/earth_rover/earth_rover.c
parent3d01794b12a895b1678c51b5aea46a0def5fca3f (diff)
[Keyboard] Add earth_rover keyboard (#11405)
* Just ./util/new_keyboard.sh earth_rover * Update readme.md * Create key layout * Setup config.h * Add default keymap * Fix pins * Update flash command * Write info.json * Add reset instruction * Change bootloader setting * Format new C files * Empty commit for kicking CI * Update keyboards/earth_rover/config.h Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update keyboards/earth_rover/keymaps/default/keymap.c Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> * Update readme.md * Update keyboards/earth_rover/readme.md Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/earth_rover/earth_rover.c')
-rw-r--r--keyboards/earth_rover/earth_rover.c17
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"