]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
add backlight support (probably)
authorBenjamin Kesselring <benji@Benjamins-MacBook-Pro.local>
Sat, 29 Jul 2017 20:34:59 +0000 (14:34 -0600)
committerJack Humbert <jack.humb@gmail.com>
Sun, 30 Jul 2017 04:46:08 +0000 (00:46 -0400)
keyboards/xd75/config.h

index aff38e5d2c74a8fe0520bd544040820a6cdcc768..3764cfba4b31b45c7a1f8675e5908e8d2318f8c5 100644 (file)
@@ -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 */