Skip to content
Snippets Groups Projects
Commit 5eb95b9e authored by minute's avatar minute
Browse files

keyboard: show logo on demand with circle + L

parent a55fa397
No related branches found
No related tags found
No related merge requests found
......@@ -159,6 +159,10 @@ int execute_meta_function(int keycode) {
else if (keycode == KEY_X) {
jump_to_bootloader();
}
else if (keycode == KEY_L) {
anim_hello();
return 0;
}
gfx_clear();
gfx_flush();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment