Browse Source

Fix a bug for GHPad that cannot turn backlight off

lr94
Kai Ryu 9 years ago
parent
commit
8aa74a7cea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      keyboard/ghpad/backlight.c

+ 1
- 1
keyboard/ghpad/backlight.c View File

@@ -72,7 +72,7 @@ void backlight_set(uint8_t level)
default:
fading_led_disable_all();
breathing_led_disable_all();
softpwm_led_enable();
softpwm_led_disable();
break;
}
}