summaryrefslogtreecommitdiffstats
path: root/keyboards/roadkit/keymaps/khord/config.h
diff options
context:
space:
mode:
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