Skip to content

Commit

Permalink
Fix inverted backlight for XD60 (qmk#8575)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored and thorstenweber83 committed Sep 2, 2020
1 parent d4acad8 commit f83a36d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions keyboards/xd60/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions keyboards/xd60/rev3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f83a36d

Please sign in to comment.