diff options
| author | Benjamin Kesselring <benji@Benjamins-MacBook-Pro.local> | 2017-07-29 14:34:59 -0600 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-07-30 00:46:08 -0400 |
| commit | cc6043ca29bfa5523e07bc89edcf4f32a0a8aea2 (patch) | |
| tree | 078d29b351fbdb1922e17a3bfcad4ba170decc96 /keyboards/xd75/config.h | |
| parent | fffc5237a7935fc312875514b76ffaf14e064667 (diff) | |
| download | qmk_firmware-cc6043ca29bfa5523e07bc89edcf4f32a0a8aea2.tar.gz qmk_firmware-cc6043ca29bfa5523e07bc89edcf4f32a0a8aea2.zip | |
add backlight support (probably)
Diffstat (limited to 'keyboards/xd75/config.h')
| -rw-r--r-- | keyboards/xd75/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/xd75/config.h b/keyboards/xd75/config.h index aff38e5d2..3764cfba4 100644 --- a/keyboards/xd75/config.h +++ b/keyboards/xd75/config.h | |||
| @@ -49,9 +49,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ | 49 | /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ |
| 50 | #define DIODE_DIRECTION COL2ROW | 50 | #define DIODE_DIRECTION COL2ROW |
| 51 | 51 | ||
| 52 | // #define BACKLIGHT_PIN B7 | 52 | #define BACKLIGHT_PIN F5 |
| 53 | // #define BACKLIGHT_BREATHING | 53 | #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 54 | #define BACKLIGHT_LEVELS 3 |
| 55 | 55 | ||
| 56 | 56 | ||
| 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 57 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
