diff options
Diffstat (limited to 'keyboards/bananasplit/config.h')
-rw-r--r-- | keyboards/bananasplit/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/bananasplit/config.h b/keyboards/bananasplit/config.h index bf8d9377c2..4bb5b85e05 100644 --- a/keyboards/bananasplit/config.h +++ b/keyboards/bananasplit/config.h @@ -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 |