diff options
Diffstat (limited to 'quantum/quantum.c')
| -rw-r--r-- | quantum/quantum.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 9c498bf7e..dee2fc4b6 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -935,6 +935,11 @@ void backlight_task(void) { | |||
| 935 | 935 | ||
| 936 | #ifdef BACKLIGHT_BREATHING | 936 | #ifdef BACKLIGHT_BREATHING |
| 937 | 937 | ||
| 938 | #ifdef NO_BACKLIGHT_CLOCK | ||
| 939 | void breathing_defaults(void) {} | ||
| 940 | void breathing_intensity_default(void) {} | ||
| 941 | #else | ||
| 942 | |||
| 938 | #define BREATHING_NO_HALT 0 | 943 | #define BREATHING_NO_HALT 0 |
| 939 | #define BREATHING_HALT_OFF 1 | 944 | #define BREATHING_HALT_OFF 1 |
| 940 | #define BREATHING_HALT_ON 2 | 945 | #define BREATHING_HALT_ON 2 |
| @@ -1134,6 +1139,7 @@ ISR(TIMER1_COMPA_vect) | |||
| 1134 | 1139 | ||
| 1135 | } | 1140 | } |
| 1136 | 1141 | ||
| 1142 | #endif // NO_BACKLIGHT_CLOCK | ||
| 1137 | #endif // breathing | 1143 | #endif // breathing |
| 1138 | 1144 | ||
| 1139 | #else // backlight | 1145 | #else // backlight |
