summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/arm_atsam/led_matrix.h
diff options
context:
space:
mode:
authorIan O'Dea <ianodea@gmail.com>2019-01-07 16:36:28 +0100
committerIan O'Dea <ianodea@gmail.com>2019-01-07 16:36:28 +0100
commitd55dc9b8168dc4582751b4d7ee4b2de3f5b4e3ab (patch)
tree4c00891aeca6bbcc39b7ae8221f9922677afcbe9 /tmk_core/protocol/arm_atsam/led_matrix.h
parent28986998046b4dbdbc228dbb7889836de2a3ee18 (diff)
downloadqmk_firmware-d55dc9b8168dc4582751b4d7ee4b2de3f5b4e3ab.tar.gz
qmk_firmware-d55dc9b8168dc4582751b4d7ee4b2de3f5b4e3ab.tar.xz
Add ability to animate arm_atsam led matrix from the center of a circle
Diffstat (limited to 'tmk_core/protocol/arm_atsam/led_matrix.h')
-rw-r--r--tmk_core/protocol/arm_atsam/led_matrix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/arm_atsam/led_matrix.h b/tmk_core/protocol/arm_atsam/led_matrix.h
index cedea8a85..f0d452834 100644
--- a/tmk_core/protocol/arm_atsam/led_matrix.h
+++ b/tmk_core/protocol/arm_atsam/led_matrix.h
@@ -129,6 +129,7 @@ extern uint8_t led_animation_orientation;
extern uint8_t led_animation_breathing;
extern uint8_t led_animation_breathe_cur;
extern uint8_t breathe_dir;
+extern uint8_t led_animation_circular;
extern const uint8_t led_setups_count;
extern void *led_setups[];