Browse Source

Fix inverted backlight for XD60 (#8575)

pull/8580/head
Ryan 4 years ago
committed by GitHub
parent
commit
05d9a0ff03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      keyboards/xd60/rev2/config.h
  2. +1
    -0
      keyboards/xd60/rev3/config.h

+ 1
- 0
keyboards/xd60/rev2/config.h View File

@ -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


+ 1
- 0
keyboards/xd60/rev3/config.h View File

@ -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


Loading…
Cancel
Save