diff options
Diffstat (limited to 'tmk_core/common/backlight.h')
-rw-r--r-- | tmk_core/common/backlight.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/common/backlight.h b/tmk_core/common/backlight.h index bb1f897ee..1e581055d 100644 --- a/tmk_core/common/backlight.h +++ b/tmk_core/common/backlight.h | |||
@@ -26,6 +26,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
26 | # error "Maximum value of BACKLIGHT_LEVELS is 31" | 26 | # error "Maximum value of BACKLIGHT_LEVELS is 31" |
27 | #endif | 27 | #endif |
28 | 28 | ||
29 | #ifndef BREATHING_PERIOD | ||
30 | # define BREATHING_PERIOD 6 | ||
31 | #endif | ||
32 | |||
29 | typedef union { | 33 | typedef union { |
30 | uint8_t raw; | 34 | uint8_t raw; |
31 | struct { | 35 | struct { |