From 65d8ac47598aa4aa439181627743749d18a19558 Mon Sep 17 00:00:00 2001 From: Andrew Kannan Date: Mon, 11 Jan 2021 01:18:01 -0500 Subject: [Keyboard] Add Onyx keyboard to QMK (#11292) * Add Onyx keyboard to QMK * Apply suggestions from code review Co-authored-by: Joel Challis Co-authored-by: Ryan Co-authored-by: Joel Challis Co-authored-by: Ryan --- keyboards/cannonkeys/onyx/onyx.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keyboards/cannonkeys/onyx/onyx.c (limited to 'keyboards/cannonkeys/onyx/onyx.c') 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 . + */ + +#include "onyx.h" -- cgit v1.2.3