mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-08 15:03:24 +01:00
Add simple led support
Also the first version of a led testing animation
This commit is contained in:
@@ -99,6 +99,9 @@ typedef struct keyframe_animation_t {
|
||||
|
||||
} keyframe_animation_t;
|
||||
|
||||
extern GDisplay* LCD_DISPLAY;
|
||||
extern GDisplay* LED_DISPLAY;
|
||||
|
||||
void start_keyframe_animation(keyframe_animation_t* animation);
|
||||
void stop_keyframe_animation(keyframe_animation_t* animation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user