diff options
| author | Joel Challis <git@zvecr.com> | 2020-01-13 01:30:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-13 01:30:56 +0000 |
| commit | b89e35bdd33b3953711de8b0be64c76b64e9701b (patch) | |
| tree | a597dafbaf6dfe50f94a70eade9954d78b84acd6 /quantum/quantum.h | |
| parent | 2ce3025be2fd28c7ea3f2fd33c7aba7277ff668b (diff) | |
| download | qmk_firmware-b89e35bdd33b3953711de8b0be64c76b64e9701b.tar.gz qmk_firmware-b89e35bdd33b3953711de8b0be64c76b64e9701b.zip | |
Relocate common backlight functionally (#7273)
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 9758374f6..09550fec3 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -251,30 +251,6 @@ void register_code16(uint16_t code); | |||
| 251 | void unregister_code16(uint16_t code); | 251 | void unregister_code16(uint16_t code); |
| 252 | void tap_code16(uint16_t code); | 252 | void tap_code16(uint16_t code); |
| 253 | 253 | ||
| 254 | #ifdef BACKLIGHT_ENABLE | ||
| 255 | void backlight_init_ports(void); | ||
| 256 | void backlight_task(void); | ||
| 257 | void backlight_task_internal(void); | ||
| 258 | void backlight_on(pin_t backlight_pin); | ||
| 259 | void backlight_off(pin_t backlight_pin); | ||
| 260 | |||
| 261 | # ifdef BACKLIGHT_BREATHING | ||
| 262 | void breathing_task(void); | ||
| 263 | void breathing_enable(void); | ||
| 264 | void breathing_pulse(void); | ||
| 265 | void breathing_disable(void); | ||
| 266 | void breathing_self_disable(void); | ||
| 267 | void breathing_toggle(void); | ||
| 268 | bool is_breathing(void); | ||
| 269 | |||
| 270 | void breathing_intensity_default(void); | ||
| 271 | void breathing_period_default(void); | ||
| 272 | void breathing_period_set(uint8_t value); | ||
| 273 | void breathing_period_inc(void); | ||
| 274 | void breathing_period_dec(void); | ||
| 275 | # endif | ||
| 276 | #endif | ||
| 277 | |||
| 278 | void send_dword(uint32_t number); | 254 | void send_dword(uint32_t number); |
| 279 | void send_word(uint16_t number); | 255 | void send_word(uint16_t number); |
| 280 | void send_byte(uint8_t number); | 256 | void send_byte(uint8_t number); |
