summaryrefslogtreecommitdiff
path: root/keyboards/kudox/config.h
diff options
context:
space:
mode:
authorx1 <viva008@gmail.com>2019-08-07 02:14:40 +0900
committerDrashna Jaelre <drashna@live.com>2019-08-06 10:14:40 -0700
commit9587fac72a749e07bcdede40f8059df77a04a3e4 (patch)
tree1a9c4df581f33464e241366d92b1df897bc5927a /keyboards/kudox/config.h
parente5831d79c044f394243cfdfe604b91837067b7d6 (diff)
[Keyboard] Add kudox keyboard (#6459)
* Add Kudox Keyboard profile. * Modified info.json and image link on readme. * Remove unnecessary codes. * Set BootLoader caterina. * Remove duplicated settings on rules.mk. * Clean up config.h. * Modified include header path. * Modified info.json to adjust 4th row keys y position. * Separate default keymap and my keymap. * Modified RGB_LED_* settings on kudox/rev1/config.h.
Diffstat (limited to 'keyboards/kudox/config.h')
-rw-r--r--keyboards/kudox/config.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/kudox/config.h b/keyboards/kudox/config.h
new file mode 100644
index 0000000000..36c8f68b90
--- /dev/null
+++ b/keyboards/kudox/config.h
@@ -0,0 +1,27 @@
+/* Copyright 2019 Kumao Kobo <kumaokobo@gmail.com>
+ *
+ * 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
+
+#include "config_common.h"
+
+#define USE_SERIAL
+
+/* Select hand configuration */
+#define MASTER_LEFT
+// #define MASTER_RIGHT
+// #define EE_HANDS
+