diff options
author | Ryan <fauxpark@gmail.com> | 2020-03-27 22:00:13 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 11:00:13 +0000 |
commit | 05d9a0ff036d91b7dc4e6198f4074161c1c7b633 (patch) | |
tree | cea2b7f1f1bdd62fc3a587e4eb4621e665b23e5f /keyboards/xd60/rev2 | |
parent | b9d0b1f06478a1b3f596882b33cb9bd84e477bea (diff) | |
download | qmk_firmware-05d9a0ff036d91b7dc4e6198f4074161c1c7b633.tar.gz qmk_firmware-05d9a0ff036d91b7dc4e6198f4074161c1c7b633.zip |
Fix inverted backlight for XD60 (#8575)
Diffstat (limited to 'keyboards/xd60/rev2')
-rw-r--r-- | keyboards/xd60/rev2/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/xd60/rev2/config.h b/keyboards/xd60/rev2/config.h index 26dbb50e30..22aa95b291 100644 --- a/keyboards/xd60/rev2/config.h +++ b/keyboards/xd60/rev2/config.h @@ -48,6 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Backlight Setup */ #define BACKLIGHT_PIN F5 #define BACKLIGHT_LEVELS 6 +#define BACKLIGHT_ON_STATE 0 /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW |