1
0
Fork 0

bananasplit LED support and keymap add

* added LED pin mapping
* adding my keymap
This commit is contained in:
0010 2017-08-17 11:31:51 -04:00 committed by Jack Humbert
parent 71d1c02a9b
commit 8392667ac4
4 changed files with 137 additions and 0 deletions

View file

@ -44,6 +44,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* number of backlight levels */
#define BACKLIGHT_LEVELS 1
/* mapping backlight LEDs to correct Pin */
#define BACKLIGHT_PIN B7
/* Set 0 if debouncing isn't needed */
#define DEBOUNCING_DELAY 5
#define TAPPING_TERM 175