Refactor of keyboard LED
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#ifndef _BOARD_DAC_H
|
||||
#define _BOARD_DAC_H
|
||||
|
||||
#include <ec/dac.h>
|
||||
|
||||
void dac_init(void);
|
||||
|
||||
#endif // _BOARD_DAC_H
|
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void kbled_init(void);
|
||||
uint8_t kbled_get(void);
|
||||
void kbled_set(uint8_t level);
|
||||
|
||||
|
Reference in New Issue
Block a user