summaryrefslogtreecommitdiffstats
path: root/keyboards/tv44/keymaps/mjt/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tv44/keymaps/mjt/config.h')
-rw-r--r--keyboards/tv44/keymaps/mjt/config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/tv44/keymaps/mjt/config.h b/keyboards/tv44/keymaps/mjt/config.h
new file mode 100644
index 000000000..e89a3ea12
--- /dev/null
+++ b/keyboards/tv44/keymaps/mjt/config.h
@@ -0,0 +1,14 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+// place overrides here
+#ifdef BACKLIGHT_ENABLE
+ #define BACKLIGHT_PIN B2
+ #define BACKLIGHT_LEVELS 7
+#endif
+
+#define USB_MAX_POWER_CONSUMPTION 50
+
+#endif