Browse Source

Update default backlight state to match avr pwm

pull/7255/head
zvecr 4 years ago
parent
commit
f6b9604f4a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/backlight/backlight_soft.c

+ 1
- 1
quantum/backlight/backlight_soft.c View File

@ -10,7 +10,7 @@
#endif
#ifndef BACKLIGHT_ON_STATE
# define BACKLIGHT_ON_STATE 0
# define BACKLIGHT_ON_STATE 1
#endif
#ifdef BACKLIGHT_PINS


Loading…
Cancel
Save