summaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/sagittarius/sagittarius.c
diff options
context:
space:
mode:
authorAndrew Kannan <andrew.kannan@klaviyo.com>2021-01-05 23:23:35 -0500
committerGitHub <noreply@github.com>2021-01-05 20:23:35 -0800
commit495a61ad7a14bb7dd4022f1837fc18085026cfde (patch)
tree303a9366a95c161af5a654343c2cd7779e517754 /keyboards/cannonkeys/sagittarius/sagittarius.c
parentdd356f90b09047d921504e217d3b6f01689c7ca2 (diff)
downloadqmk_firmware-495a61ad7a14bb7dd4022f1837fc18085026cfde.tar.gz
qmk_firmware-495a61ad7a14bb7dd4022f1837fc18085026cfde.zip
[Keyboard] Sagittarius (#10896)
* Sagittarius keyboard * Update Sagittarius keyboard * fix * remove info.json as it's very hard to make * Add license and address PR comments * Apply suggestions from code review Co-authored-by: Joel Challis <git@zvecr.com> * Apply suggestions from code review Co-authored-by: Ryan <fauxpark@gmail.com> * Add info json, update keymap * Fix info json * Update keymap * Update keyboards/cannonkeys/sagittarius/info.json Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cannonkeys/sagittarius/sagittarius.c')
-rw-r--r--keyboards/cannonkeys/sagittarius/sagittarius.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/sagittarius/sagittarius.c b/keyboards/cannonkeys/sagittarius/sagittarius.c
new file mode 100644
index 0000000000..ea1b979c49
--- /dev/null
+++ b/keyboards/cannonkeys/sagittarius/sagittarius.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 "sagittarius.h"