diff options
| author | Lukmanul Hakim <lukmanul.hakim@mediatrac.co.id> | 2017-08-31 20:19:08 +0700 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-31 09:58:04 -0400 |
| commit | f0db2c0512996c30372a586aa535a6dca66dce0a (patch) | |
| tree | 852f5260c88f71194f01d5372f71a42bdf78f028 | |
| parent | 8ea690a1b37ce0b5146ba0fb7d3a5d8cc7588453 (diff) | |
| download | qmk_firmware-f0db2c0512996c30372a586aa535a6dca66dce0a.tar.gz qmk_firmware-f0db2c0512996c30372a586aa535a6dca66dce0a.zip | |
Set proper backlight level
| -rw-r--r-- | keyboards/xd75/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xd75/config.h b/keyboards/xd75/config.h index 3764cfba4..608d0aad1 100644 --- a/keyboards/xd75/config.h +++ b/keyboards/xd75/config.h | |||
| @@ -51,7 +51,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 51 | 51 | ||
| 52 | #define BACKLIGHT_PIN F5 | 52 | #define BACKLIGHT_PIN F5 |
| 53 | #define BACKLIGHT_BREATHING | 53 | #define BACKLIGHT_BREATHING |
| 54 | #define BACKLIGHT_LEVELS 3 | 54 | #define BACKLIGHT_LEVELS 6 |
| 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 */ |
