diff options
author | TerryMathews <terry@terrymathews.net> | 2018-07-09 02:41:11 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-08 23:41:11 -0700 |
commit | c6042a2636d591acf4991a02d68ddee72222c3b7 (patch) | |
tree | 5d01dc920be82e92a0de4051c6f78184b5469049 /keyboards/tkc1800/config.h | |
parent | 52857e51ca6438eef92a262b5d9b761cd914f345 (diff) |
Turn backlight support on by default for tkc1800 (#3353)
Diffstat (limited to 'keyboards/tkc1800/config.h')
-rw-r--r-- | keyboards/tkc1800/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/tkc1800/config.h b/keyboards/tkc1800/config.h index cd34ede095..b13620de3b 100644 --- a/keyboards/tkc1800/config.h +++ b/keyboards/tkc1800/config.h @@ -44,9 +44,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -// #define BACKLIGHT_PIN B7 -// #define BACKLIGHT_BREATHING -// #define BACKLIGHT_LEVELS 3 +#define BACKLIGHT_PIN B6 +#define BACKLIGHT_BREATHING +#define BACKLIGHT_LEVELS 3 /* Underlight configuration */ |