Add kbled control
This commit is contained in:
9
src/board/system76/lemp9/include/board/kbled.h
Normal file
9
src/board/system76/lemp9/include/board/kbled.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _BOARD_KBLED_H
|
||||
#define _BOARD_KBLED_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t kbled_get(void);
|
||||
void kbled_set(uint8_t level);
|
||||
|
||||
#endif // _BOARD_KBLED_H
|
Reference in New Issue
Block a user