1
0
Fork 0

Added basic led+backlight support

This commit is contained in:
Ralf Schmitt 2014-03-19 23:58:08 +01:00
parent 160678a7b8
commit 526d988a0c
5 changed files with 94 additions and 3 deletions

View file

@ -32,6 +32,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 6
#define MATRIX_COLS 18
/* number of backlight levels */
#define BACKLIGHT_LEVELS 1
/* Set 0 if need no debouncing */
#define DEBOUNCE 5