summaryrefslogtreecommitdiff
path: root/keyboards/roadkit/keymaps/khord/config.h
diff options
context:
space:
mode:
authorDylan Khor2017-10-05 13:22:58 -0400
committerJack Humbert2017-10-05 07:22:58 -1000
commite446eddca9f838f0c7f4784cfac2d083a018ba21 (patch)
tree228bdc33f3451e7bfaea1cc224e1d69286f39195 /keyboards/roadkit/keymaps/khord/config.h
parent0cc62459a7eec0d089192c90ecbe7d287685dc7f (diff)
Adding my Roadkit keymap (#1798)
* Initial khord roadkit keymap * Remove bad readme * Transfer dot through to layer 2 and add clarifications to layout comments
Diffstat (limited to 'keyboards/roadkit/keymaps/khord/config.h')
-rw-r--r--keyboards/roadkit/keymaps/khord/config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/roadkit/keymaps/khord/config.h b/keyboards/roadkit/keymaps/khord/config.h
new file mode 100644
index 000000000..da6ed7189
--- /dev/null
+++ b/keyboards/roadkit/keymaps/khord/config.h
@@ -0,0 +1,15 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+// place overrides here
+#define TAPPING_TERM 175
+
+#ifdef BACKLIGHT_ENABLE
+ #define BACKLIGHT_PIN B5
+ #define BACKLIGHT_LEVELS 3
+ #define BACKLIGHT_ON_STATE 0
+#endif
+
+#endif