diff options
author | zvecr <git@zvecr.com> | 2019-12-14 17:24:17 +0000 |
---|---|---|
committer | zvecr <git@zvecr.com> | 2019-12-14 17:24:17 +0000 |
commit | f6b9604f4a9e7a97ce2ce06a151c46f577b4133c (patch) | |
tree | d72a7a452fec8c92f4f33bcc9bb73a96df625ce2 /quantum/backlight/backlight_soft.c | |
parent | 25d1901d7a275e05b29630b877f0fa41224a91db (diff) |
Update default backlight state to match avr pwm
Diffstat (limited to 'quantum/backlight/backlight_soft.c')
-rw-r--r-- | quantum/backlight/backlight_soft.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/backlight/backlight_soft.c b/quantum/backlight/backlight_soft.c index f481dbae89..2bcecef947 100644 --- a/quantum/backlight/backlight_soft.c +++ b/quantum/backlight/backlight_soft.c @@ -10,7 +10,7 @@ #endif #ifndef BACKLIGHT_ON_STATE -# define BACKLIGHT_ON_STATE 0 +# define BACKLIGHT_ON_STATE 1 #endif #ifdef BACKLIGHT_PINS |