Set default brightness to one tick above lowest

This commit is contained in:
Jeremy Soller 2018-02-19 11:43:44 -07:00
parent ab57f0dcea
commit d407f79eed
1 changed files with 1 additions and 1 deletions

2
kb.c
View File

@ -49,7 +49,7 @@ struct {
#define KB_COLOR_DEFAULT KB_COLOR_white
#define KB_BRIGHTNESS_MAX 5
#define KB_BRIGHTNESS_DEFAULT 0
#define KB_BRIGHTNESS_DEFAULT 1
static int param_set_kb_color(const char *val, const struct kernel_param *kp)
{