bananasplit LED support and keymap add
* added LED pin mapping * adding my keymap
This commit is contained in:
parent
71d1c02a9b
commit
8392667ac4
4 changed files with 137 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue