summaryrefslogtreecommitdiff
path: root/keyboards/coseyfannitutti/romeo/romeo.c
diff options
context:
space:
mode:
authorcoseyfannitutti <43188488+coseyfannitutti@users.noreply.github.com>2020-03-16 00:46:48 -0400
committerGitHub <noreply@github.com>2020-03-15 21:46:48 -0700
commit2a31fbf9a6970ed425c2331f25fb7f92648ffcf1 (patch)
tree4967aacb8895e2d90ab4bfb31f8f9300b18ec7d2 /keyboards/coseyfannitutti/romeo/romeo.c
parentcce2420bb24f31ebaee22b4d6e54311ef78668c2 (diff)
[Keyboard] Add the Romeo keyboard (#8434)
* Add Keyboard - Romeo * Update rules.mk * Update readme.md * Update keyboards/coseyfannitutti/romeo/readme.md Co-Authored-By: Joel Challis <git@zvecr.com> * Update keyboards/coseyfannitutti/romeo/romeo.c Co-Authored-By: Joel Challis <git@zvecr.com> * Update keyboards/coseyfannitutti/romeo/keymaps/default/keymap.c Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/coseyfannitutti/romeo/keymaps/default/keymap.c Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/coseyfannitutti/romeo/readme.md Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/coseyfannitutti/romeo/rules.mk Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/coseyfannitutti/romeo/usbconfig.h Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/coseyfannitutti/romeo/usbconfig.h Co-Authored-By: Ryan <fauxpark@gmail.com> * Update keyboards/coseyfannitutti/romeo/usbconfig.h Co-Authored-By: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/coseyfannitutti/romeo/romeo.c')
-rw-r--r--keyboards/coseyfannitutti/romeo/romeo.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/coseyfannitutti/romeo/romeo.c b/keyboards/coseyfannitutti/romeo/romeo.c
new file mode 100644
index 0000000000..696a764070
--- /dev/null
+++ b/keyboards/coseyfannitutti/romeo/romeo.c
@@ -0,0 +1,16 @@
+/* Copyright 2019 coseyfannitutti
+ *
+ * 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 "romeo.h"