Fix backlight levels

This commit is contained in:
Jeremy Soller 2020-01-29 15:15:30 -07:00
parent f987a17ed8
commit 1d359ef22e
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
2 changed files with 12 additions and 12 deletions

View File

@ -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) {

View File

@ -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) {