forked from mirrors/qmk_userspace
converts tabs to spaces
This commit is contained in:
parent
73228f5e5d
commit
e89b806b85
2 changed files with 47 additions and 47 deletions
|
@ -11,9 +11,9 @@
|
|||
float voice_envelope(float frequency);
|
||||
|
||||
typedef enum {
|
||||
default_voice,
|
||||
butts_fader,
|
||||
octave_crunch
|
||||
default_voice,
|
||||
butts_fader,
|
||||
octave_crunch
|
||||
} voice_type;
|
||||
|
||||
void set_voice(voice_type v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue