Fix backlight levels
This commit is contained in:
parent
f987a17ed8
commit
1d359ef22e
@ -3,12 +3,12 @@
|
||||
#include <common/macro.h>
|
||||
|
||||
static uint8_t __code levels[] = {
|
||||
0,
|
||||
48,
|
||||
72,
|
||||
96,
|
||||
192,
|
||||
255
|
||||
0x00,
|
||||
0x80,
|
||||
0x90,
|
||||
0xA8,
|
||||
0xC0,
|
||||
0xFF
|
||||
};
|
||||
|
||||
uint8_t kbled_get(void) {
|
||||
|
@ -3,12 +3,12 @@
|
||||
#include <common/macro.h>
|
||||
|
||||
static uint8_t __code levels[] = {
|
||||
0,
|
||||
48,
|
||||
72,
|
||||
96,
|
||||
192,
|
||||
255
|
||||
0x00,
|
||||
0x80,
|
||||
0x90,
|
||||
0xA8,
|
||||
0xC0,
|
||||
0xFF
|
||||
};
|
||||
|
||||
uint8_t kbled_get(void) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user