aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/backlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/backlight.h')
-rw-r--r--tmk_core/common/backlight.h4
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
29typedef union { 33typedef union {
30 uint8_t raw; 34 uint8_t raw;
31 struct { 35 struct {