diff options
author | Colin T.A. Gray <colinta@gmail.com> | 2017-12-05 14:13:46 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-07 11:07:45 -0500 |
commit | 2bac7cf414f59774e979cc5eb45fdbf108b6ed6c (patch) | |
tree | c4b4968ee233ba4e9036a9248efc48789b44a210 | |
parent | b7c76fda31019a19aaa17e5229023de4fdad19ae (diff) |
F5 pin doesn't support PWM, so breathing isn't an option
-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 b509dbdec2..af7573cb6a 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 |