Sync changes from galp3-c to darp5 and lemp9

This commit is contained in:
Jeremy Soller
2020-01-29 12:32:25 -07:00
parent 9ba5ef8341
commit 933b67a841
18 changed files with 405 additions and 276 deletions

View File

@@ -0,0 +1,8 @@
#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,12 @@
#include <common/keymap.h>
// Extra SCI layer for keyboard backlight control
#define KT_SCI_EXTRA (0x4000)
#define SCI_EXTRA (0x50)
#define SCI_EXTRA_KBD_BKL (0x8A)
#define ___ 0
// Conversion of physical layout to keyboard matrix