summaryrefslogtreecommitdiff
path: root/keyboards/roadkit/keymaps/singlesBrent/config.h
diff options
context:
space:
mode:
authorFabian Topfstedt2017-07-25 09:48:58 +0200
committerFabian Topfstedt2017-07-25 09:48:58 +0200
commit4ee571b25734561ce44c0f22e9bff72f4a822cc3 (patch)
tree51f3b6d438e10df6f716ce58268d29319104fb8c /keyboards/roadkit/keymaps/singlesBrent/config.h
parentee43856ff7ba37ea89d1a8a4700efba4e4f69571 (diff)
parentcefc09ae7dd88cd6b92412881888404da1abdfcb (diff)
Merge https://github.com/qmk/qmk_firmware
Diffstat (limited to 'keyboards/roadkit/keymaps/singlesBrent/config.h')
-rw-r--r--keyboards/roadkit/keymaps/singlesBrent/config.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/roadkit/keymaps/singlesBrent/config.h b/keyboards/roadkit/keymaps/singlesBrent/config.h
new file mode 100644
index 000000000..57468e122
--- /dev/null
+++ b/keyboards/roadkit/keymaps/singlesBrent/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 \ No newline at end of file