summaryrefslogtreecommitdiff
path: root/keyboards/roadkit/keymaps/singlesBrent/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/roadkit/keymaps/singlesBrent/config.h')
-rw-r--r--keyboards/roadkit/keymaps/singlesBrent/config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/roadkit/keymaps/singlesBrent/config.h b/keyboards/roadkit/keymaps/singlesBrent/config.h
new file mode 100644
index 0000000000..fe2424ae67
--- /dev/null
+++ b/keyboards/roadkit/keymaps/singlesBrent/config.h
@@ -0,0 +1,16 @@
+#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
+ backlight_set(3);
+#endif
+
+#endif \ No newline at end of file