summaryrefslogtreecommitdiff
path: root/keyboards/tv44/keymaps/tong92/config.h
diff options
context:
space:
mode:
authorJack Humbert2017-04-02 22:30:11 -0400
committerGitHub2017-04-02 22:30:11 -0400
commitda53f3a529e6e32473e67ae75021f28f9078d1e6 (patch)
treeb7b51ef4aee85e479686bdffb4e842efc8bd5639 /keyboards/tv44/keymaps/tong92/config.h
parent8b3fa0166794c28af8d8c38dbd64237b17211b43 (diff)
parente508b5e04eaac5f56698333bdd2a9c2ffa89ab75 (diff)
Merge pull request #1194 from tong92/master
Adds tong92's keymap to tv44
Diffstat (limited to 'keyboards/tv44/keymaps/tong92/config.h')
-rw-r--r--keyboards/tv44/keymaps/tong92/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/tv44/keymaps/tong92/config.h b/keyboards/tv44/keymaps/tong92/config.h
new file mode 100644
index 000000000..be959a823
--- /dev/null
+++ b/keyboards/tv44/keymaps/tong92/config.h
@@ -0,0 +1,12 @@
+#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
+
+#endif