Refactor of keyboard LED

This commit is contained in:
Jeremy Soller
2020-01-30 13:54:52 -07:00
parent 6ee5612a4a
commit 2795491374
10 changed files with 22 additions and 38 deletions

View File

@@ -1,8 +0,0 @@
#ifndef _BOARD_DAC_H
#define _BOARD_DAC_H
#include <ec/dac.h>
void dac_init(void);
#endif // _BOARD_DAC_H

View File

@@ -3,6 +3,7 @@
#include <stdint.h>
void kbled_init(void);
uint8_t kbled_get(void);
void kbled_set(uint8_t level);