aboutsummaryrefslogtreecommitdiff
path: root/keyboards/tkc1800/config.h
diff options
context:
space:
mode:
authorTerryMathews <terry@terrymathews.net>2018-07-09 02:41:11 -0400
committerDrashna Jaelre <drashna@live.com>2018-07-08 23:41:11 -0700
commitc6042a2636d591acf4991a02d68ddee72222c3b7 (patch)
tree5d01dc920be82e92a0de4051c6f78184b5469049 /keyboards/tkc1800/config.h
parent52857e51ca6438eef92a262b5d9b761cd914f345 (diff)
downloadqmk_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.h6
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 */