Adds tong92's keymap to tv44

This commit is contained in:
=
2017-04-02 18:27:24 +09:00
parent 3448d5d487
commit e508b5e04e
4 changed files with 223 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "../../config.h"
// place overrides here
#ifdef BACKLIGHT_ENABLE
#define BACKLIGHT_PIN B2
#define BACKLIGHT_LEVELS 7
#endif
#endif