summaryrefslogtreecommitdiffstats
path: root/keyboards/xd75/config.h
diff options
context:
space:
mode:
authorBenjamin Kesselring <benji@Benjamins-MacBook-Pro.local>2017-07-29 22:34:59 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-30 06:46:08 +0200
commitcc6043ca29bfa5523e07bc89edcf4f32a0a8aea2 (patch)
tree078d29b351fbdb1922e17a3bfcad4ba170decc96 /keyboards/xd75/config.h
parentfffc5237a7935fc312875514b76ffaf14e064667 (diff)
downloadqmk_firmware-cc6043ca29bfa5523e07bc89edcf4f32a0a8aea2.tar.gz
qmk_firmware-cc6043ca29bfa5523e07bc89edcf4f32a0a8aea2.tar.xz
add backlight support (probably)
Diffstat (limited to 'keyboards/xd75/config.h')
-rw-r--r--keyboards/xd75/config.h6
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/>.
/* COL2ROW, ROW2COL, or CUSTOM_MATRIX */
#define DIODE_DIRECTION COL2ROW
-// #define BACKLIGHT_PIN B7
-// #define BACKLIGHT_BREATHING
-// #define BACKLIGHT_LEVELS 3
+#define BACKLIGHT_PIN F5
+#define BACKLIGHT_BREATHING
+#define BACKLIGHT_LEVELS 3
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */