summaryrefslogtreecommitdiff
path: root/keyboards/ogre/ergo_single/ergo_single.c
diff options
context:
space:
mode:
authorBryan Arendt <barendt@covermymeds.com>2020-01-30 04:18:45 -0500
committerGitHub <noreply@github.com>2020-01-30 01:18:44 -0800
commit0f9982c53e9dc9b1f35384842ef93e86378d169b (patch)
tree21cdea137ca9eb620a29d38e0bc1227b25e3d949 /keyboards/ogre/ergo_single/ergo_single.c
parent6d5812a86c7eaa3e84d8a69126aa04195713be62 (diff)
[Keyboard] Adds ogre ergo single (#8012)
* Adds ogre ergo single (non-split) version * use generic pids
Diffstat (limited to 'keyboards/ogre/ergo_single/ergo_single.c')
-rw-r--r--keyboards/ogre/ergo_single/ergo_single.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/ogre/ergo_single/ergo_single.c b/keyboards/ogre/ergo_single/ergo_single.c
new file mode 100644
index 0000000000..b48b0a02e2
--- /dev/null
+++ b/keyboards/ogre/ergo_single/ergo_single.c
@@ -0,0 +1,17 @@
+/* Copyright 2020 ctrlshiftba
+ *
+ * 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 "ergo_single.h"