diff options
Diffstat (limited to 'keyboard/atomic/atomic.h')
| -rw-r--r-- | keyboard/atomic/atomic.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboard/atomic/atomic.h b/keyboard/atomic/atomic.h index 0c7aeb1cc..845a9043e 100644 --- a/keyboard/atomic/atomic.h +++ b/keyboard/atomic/atomic.h | |||
| @@ -33,4 +33,20 @@ void process_action_user(keyrecord_t *record); | |||
| 33 | void led_set_user(uint8_t usb_led); | 33 | void led_set_user(uint8_t usb_led); |
| 34 | void backlight_init_ports(void); | 34 | void backlight_init_ports(void); |
| 35 | 35 | ||
| 36 | void breathing_enable(void); | ||
| 37 | void breathing_pulse(void); | ||
| 38 | void breathing_disable(void); | ||
| 39 | void breathing_self_disable(void); | ||
| 40 | void breathing_toggle(void); | ||
| 41 | bool is_breathing(void); | ||
| 42 | |||
| 43 | |||
| 44 | void breathing_defaults(void); | ||
| 45 | void breathing_intensity_default(void); | ||
| 46 | void breathing_speed_default(void); | ||
| 47 | void breathing_speed_set(uint8_t value); | ||
| 48 | void breathing_speed_inc(uint8_t value); | ||
| 49 | void breathing_speed_dec(uint8_t value); | ||
| 50 | |||
| 51 | |||
| 36 | #endif \ No newline at end of file | 52 | #endif \ No newline at end of file |
