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) | |
| download | qmk_firmware-c6042a2636d591acf4991a02d68ddee72222c3b7.tar.gz qmk_firmware-c6042a2636d591acf4991a02d68ddee72222c3b7.zip | |
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 cd34ede09..b13620de3 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/>. | |||
| 44 | /* COL2ROW or ROW2COL */ | 44 | /* COL2ROW or ROW2COL */ |
| 45 | #define DIODE_DIRECTION COL2ROW | 45 | #define DIODE_DIRECTION COL2ROW |
| 46 | 46 | ||
| 47 | // #define BACKLIGHT_PIN B7 | 47 | #define BACKLIGHT_PIN B6 |
| 48 | // #define BACKLIGHT_BREATHING | 48 | #define BACKLIGHT_BREATHING |
| 49 | // #define BACKLIGHT_LEVELS 3 | 49 | #define BACKLIGHT_LEVELS 3 |
| 50 | 50 | ||
| 51 | /* Underlight configuration | 51 | /* Underlight configuration |
| 52 | */ | 52 | */ |
