feat: hotkeys in config

This commit is contained in:
2025-11-14 11:49:02 +01:00
parent 4ddb5241b4
commit d094a6c895
9 changed files with 189 additions and 35 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#ifndef TEMPO_H
#define TEMPO_H
void tempo_init(Tempo *tempo);
void tempo_init(Tempo *tempo, float value);
void tempo_tap(Tempo *tempo);