diff options
author | Colin T.A. Gray <colinta@gmail.com> | 2017-12-05 22:13:46 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-07 17:07:45 +0100 |
commit | 2bac7cf414f59774e979cc5eb45fdbf108b6ed6c (patch) | |
tree | c4b4968ee233ba4e9036a9248efc48789b44a210 /keyboards/xd75 | |
parent | b7c76fda31019a19aaa17e5229023de4fdad19ae (diff) | |
download | qmk_firmware-2bac7cf414f59774e979cc5eb45fdbf108b6ed6c.tar.gz qmk_firmware-2bac7cf414f59774e979cc5eb45fdbf108b6ed6c.tar.xz |
F5 pin doesn't support PWM, so breathing isn't an option
Diffstat (limited to 'keyboards/xd75')
-rw-r--r-- | keyboards/xd75/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/xd75/config.h b/keyboards/xd75/config.h index b509dbdec..af7573cb6 100644 --- a/keyboards/xd75/config.h +++ b/keyboards/xd75/config.h @@ -50,7 +50,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW #define BACKLIGHT_PIN F5 -#define BACKLIGHT_BREATHING #define BACKLIGHT_LEVELS 6 |