summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/onyx/onyx.c
diff options
context:
space:
mode:
authorAndrew Kannan <andrew.kannan@klaviyo.com>2021-01-11 01:18:01 -0500
committerGitHub <noreply@github.com>2021-01-10 22:18:01 -0800
commit65d8ac47598aa4aa439181627743749d18a19558 (patch)
tree82158d8d82b7ab47c3d4bf36c45bfda4ed5b2708 /keyboards/cannonkeys/onyx/onyx.c
parent8657f54f9eee97c1905b8fa347497a518f147455 (diff)
[Keyboard] Add Onyx keyboard to QMK (#11292)
* Add Onyx keyboard to QMK * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> 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/cannonkeys/onyx/onyx.c')
-rw-r--r--keyboards/cannonkeys/onyx/onyx.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/onyx/onyx.c b/keyboards/cannonkeys/onyx/onyx.c
new file mode 100644
index 0000000000..fee271c9ee
--- /dev/null
+++ b/keyboards/cannonkeys/onyx/onyx.c
@@ -0,0 +1,17 @@
+ /* Copyright 2020 Andrew Kannan
+ *
+ * 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 "onyx.h"