summaryrefslogtreecommitdiff
path: root/keyboards/scythe/keymaps/default/config.h
diff options
context:
space:
mode:
authorENDO Katsuhiro <ka2hiro@curlybracket.co.jp>2019-05-16 00:52:30 +0900
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-05-15 08:52:30 -0700
commit547eb55553b386e0dfa5bb78badfa001608b7a34 (patch)
tree3a01da4ce1860e9aca002511984453c600ef3cc0 /keyboards/scythe/keymaps/default/config.h
parent7209266ea1bd8b6bce4d468ea016689602499239 (diff)
Add a new keybord Scythe (#5873)
* Add a new keyboard Scythe. * Update info.json. * Use pragma once. * Comment out IS_COMMAND macro. * Remove DISABLE_JTAG definition. * Remove unnecessary backslashes. * Change layer defines to enum. * Remove dead code. * Fix typo(RGBLIGHT_SPLIT). * Change BOOTMAGIC_ENABLE to "lite". * Remove unnecessary keys. Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Fix width. Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Fix hight. Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/scythe/keymaps/default/config.h')
-rw-r--r--keyboards/scythe/keymaps/default/config.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/scythe/keymaps/default/config.h b/keyboards/scythe/keymaps/default/config.h
new file mode 100644
index 0000000000..cea12f905c
--- /dev/null
+++ b/keyboards/scythe/keymaps/default/config.h
@@ -0,0 +1,19 @@
+/* Copyright 2019 ENDO Katsuhiro <ka2hiro@kagizaraya.jp>
+ *
+ * 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/>.
+ */
+
+#pragma once
+
+// place overrides here