diff options
author | fauxpark <fauxpark@gmail.com> | 2019-07-27 10:37:33 +1000 |
---|---|---|
committer | Joel Challis <git@zvecr.com> | 2019-07-27 01:37:33 +0100 |
commit | 0bd03150e5952978e0a7044dcfea1bb617c2390d (patch) | |
tree | 6a6522c5cd335f179389055174c47e2748e8ae0a /keyboards/ft | |
parent | feddc496ee1a6e1edc92adc35e6a6b5836bfae9b (diff) | |
download | qmk_firmware-0bd03150e5952978e0a7044dcfea1bb617c2390d.tar.gz qmk_firmware-0bd03150e5952978e0a7044dcfea1bb617c2390d.zip |
Remove NO_BACKLIGHT_CLOCK (#6418)
Diffstat (limited to 'keyboards/ft')
-rw-r--r-- | keyboards/ft/mars80/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/ft/mars80/config.h b/keyboards/ft/mars80/config.h index b56adb114..1bf939287 100644 --- a/keyboards/ft/mars80/config.h +++ b/keyboards/ft/mars80/config.h | |||
@@ -38,7 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
38 | #define DIODE_DIRECTION COL2ROW | 38 | #define DIODE_DIRECTION COL2ROW |
39 | #define DEBOUNCE 5 | 39 | #define DEBOUNCE 5 |
40 | 40 | ||
41 | #define NO_BACKLIGHT_CLOCK | ||
42 | #define BACKLIGHT_LEVELS 1 | 41 | #define BACKLIGHT_LEVELS 1 |
43 | #define RGBLIGHT_ANIMATIONS | 42 | #define RGBLIGHT_ANIMATIONS |
44 | 43 | ||