diff options
author | = <=> | 2017-04-02 18:27:24 +0900 |
---|---|---|
committer | = <=> | 2017-04-02 18:27:24 +0900 |
commit | e508b5e04eaac5f56698333bdd2a9c2ffa89ab75 (patch) | |
tree | b0117b8f83ca37edc5155843fed6421737750695 /keyboards/tv44/keymaps/tong92/config.h | |
parent | 3448d5d4874a2775f85320a2be69edd241575d46 (diff) | |
download | qmk_firmware-e508b5e04eaac5f56698333bdd2a9c2ffa89ab75.tar.gz |
Adds tong92's keymap to tv44
Diffstat (limited to 'keyboards/tv44/keymaps/tong92/config.h')
-rw-r--r-- | keyboards/tv44/keymaps/tong92/config.h | 12 |
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 |