diff options
Diffstat (limited to 'keyboard/planck/planck.h')
| -rw-r--r-- | keyboard/planck/planck.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboard/planck/planck.h b/keyboard/planck/planck.h index c5b59d999..cfd4956bf 100644 --- a/keyboard/planck/planck.h +++ b/keyboard/planck/planck.h | |||
| @@ -45,4 +45,22 @@ void matrix_init_user(void); | |||
| 45 | void matrix_scan_user(void); | 45 | void matrix_scan_user(void); |
| 46 | void process_action_user(keyrecord_t *record); | 46 | void process_action_user(keyrecord_t *record); |
| 47 | 47 | ||
| 48 | void led_set_user(uint8_t usb_led); | ||
| 49 | void backlight_init_ports(void); | ||
| 50 | |||
| 51 | void breathing_enable(void); | ||
| 52 | void breathing_pulse(void); | ||
| 53 | void breathing_disable(void); | ||
| 54 | void breathing_self_disable(void); | ||
| 55 | void breathing_toggle(void); | ||
| 56 | bool is_breathing(void); | ||
| 57 | |||
| 58 | |||
| 59 | void breathing_defaults(void); | ||
| 60 | void breathing_intensity_default(void); | ||
| 61 | void breathing_speed_default(void); | ||
| 62 | void breathing_speed_set(uint8_t value); | ||
| 63 | void breathing_speed_inc(uint8_t value); | ||
| 64 | void breathing_speed_dec(uint8_t value); | ||
| 65 | |||
| 48 | #endif | 66 | #endif |
