瀏覽代碼

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