Define backlight pin for Quefrency Rev2 (#8141)

This commit is contained in:
fauxpark 2020-02-14 06:36:21 +11:00 committed by GitHub
parent 667b29b77c
commit 1a77abfe64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Set 0 if debouncing isn't needed */
#define DEBOUNCE 5
#define BACKLIGHT_PIN B5
/* serial.c configuration for split keyboard */
#define SOFT_SERIAL_PIN D0