소스 검색

Update default backlight state to match avr pwm

zvecr 5 년 전
부모
커밋
f6b9604f4a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      quantum/backlight/backlight_soft.c

+ 1 - 1
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