Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Valérianne
dashie-keys
Commits
5293cfa0
Verified
Commit
5293cfa0
authored
Aug 07, 2021
by
Valérianne
💬
Browse files
Improve list of animations
parent
a5fd7b37
Changes
1
Hide whitespace changes
Inline
Side-by-side
firmware/dashie_keys/keymaps/default/keymap.c
View file @
5293cfa0
...
...
@@ -149,49 +149,69 @@ static bool is_asleep = false;
// clang-format off
static
const
char
*
ANIMATION_NAMES
[]
=
{
"unknown"
,
"static"
,
"breathing I"
,
"breathing II"
,
"breathing III"
,
"breathing IV"
,
"rainbow mood I"
,
"rainbow mood II"
,
"rainbow mood III"
,
"rainbow swirl I"
,
"rainbow swirl II"
,
"rainbow swirl III"
,
"rainbow swirl IV"
,
"rainbow swirl V"
,
"rainbow swirl VI"
,
"snake I"
,
"snake II"
,
"snake III"
,
"snake IV"
,
"snake V"
,
"snake VI"
,
// "knight I",
// "knight II",
// "knight III",
// "christmas",
"static gradient I"
,
"static gradient II"
,
"static gradient III"
,
"static gradient IV"
,
"static gradient V"
,
"static gradient VI"
,
"static gradient VII"
,
"static gradient VIII"
,
"static gradient IX"
,
"static gradient X"
,
// "rgb test",
// "alternating",
"twinkle I"
,
"twinkle II"
,
"twinkle III"
,
"twinkle IV"
,
"twinkle V"
,
"twinkle VI"
"unknown"
,
"static"
,
#ifdef RGBLIGHT_EFFECT_BREATHING
"breathing I"
,
"breathing II"
,
"breathing III"
,
"breathing IV"
,
#endif
#ifdef RGBLIGHT_EFFECT_RAINBOW_MOOD
"rainbow mood I"
,
"rainbow mood II"
,
"rainbow mood III"
,
#endif
#ifdef RGBLIGHT_EFFECT_RAINBOW_SWIRL
"rainbow swirl I"
,
"rainbow swirl II"
,
"rainbow swirl III"
,
"rainbow swirl IV"
,
"rainbow swirl V"
,
"rainbow swirl VI"
,
#endif
#ifdef RGBLIGHT_EFFECT_SNAKE
"snake I"
,
"snake II"
,
"snake III"
,
"snake IV"
,
"snake V"
,
"snake VI"
,
#endif
#ifdef RGBLIGHT_EFFECT_KNIGHT
"knight I"
,
"knight II"
,
"knight III"
,
#endif
#ifdef RGBLIGHT_EFFECT_CHRISTMAS
"christmas"
,
#endif
#ifdef RGBLIGHT_EFFECT_STATIC_GRADIENT
"static gradient I"
,
"static gradient II"
,
"static gradient III"
,
"static gradient IV"
,
"static gradient V"
,
"static gradient VI"
,
"static gradient VII"
,
"static gradient VIII"
,
"static gradient IX"
,
"static gradient X"
,
#endif
#ifdef RGBLIGHT_EFFECT_RGB_TEST
"rgb test"
,
#endif
#ifdef RGBLIGHT_EFFECT_ALTERNATING
"alternating"
,
#endif
#ifdef RGBLIGHT_EFFECT_TWINKLE
"twinkle I"
,
"twinkle II"
,
"twinkle III"
,
"twinkle IV"
,
"twinkle V"
,
"twinkle VI"
#endif
};
// clang-format on
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment