summaryrefslogtreecommitdiffstats
path: root/keyboard/planck/keymap_wilba.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-29Moved keymap file location and fixed bugs in keymap_reed.cReed Swiernik1-56/+0
2015-03-16Replaced tabs with spaces to match TMK convention.Wilba65821-6/+6
2015-03-16Initial commit for Planck PCB Rev 1.Wilba65821-0/+56
- Backlight on PB7 controlled by Timer1 Fast PWM (no interrupts). - Backlight commands connected temporarily to top left keys. - Backlight init called from matrix.c, since there's no generic keyboard_init() override function.