Skip to content

Commit

Permalink
fix typo in backlight code from qmk#14439 (qmk#14442)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Sep 15, 2021
1 parent 728ef0f commit 7b6f500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/backlight/backlight_chibios.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# define BACKLIGHT_LIMIT_VAL 255
#endif

#ifndef SPI_MISO_PAL_MODE
#ifndef BACKLIGHT_PAL_MODE
# if defined(USE_GPIOV1)
# define BACKLIGHT_PAL_MODE PAL_MODE_ALTERNATE_PUSHPULL
# else
Expand Down

0 comments on commit 7b6f500

Please sign in to comment.