0f507f0169
* Update Practice60 to enable RGB via SPI DMA and use PWM backlight breathing * Correct stm32f103c8t6 flash size in eeprom definition * Remove unused files and improve ifdef checks * Update quantum/rgblight.c Co-Authored-By: awkannan <andrew.kannan@klaviyo.com> * Update quantum/rgblight.c Co-Authored-By: awkannan <andrew.kannan@klaviyo.com> * EEPROM implementation fix and updated p60 code * Update define * Remove dead code * Update keymap to remove test key * Update keymap again
7 lines
145 B
C
7 lines
145 B
C
#pragma once
|
|
|
|
void backlight_task(void);
|
|
void breathing_interrupt_disable(void);
|
|
void breathing_interrupt_enable(void);
|
|
bool is_breathing(void);
|