forked from mirrors/qmk_userspace
Converted goodbye to notes, fixed eighth dotted note macro
This commit is contained in:
parent
3103ea542f
commit
23231fa577
5 changed files with 15 additions and 11 deletions
|
@ -32,7 +32,7 @@
|
|||
#define WD_NOTE(n) WHOLE_DOT_NOTE(n)
|
||||
#define HD_NOTE(n) HALF_DOT_NOTE(n)
|
||||
#define QD_NOTE(n) QUARTER_DOT_NOTE(n)
|
||||
#define ED_NOTE(n) EIGTH_DOT_NOTE(n)
|
||||
#define ED_NOTE(n) EIGHTH_DOT_NOTE(n)
|
||||
#define SD_NOTE(n) SIXTEENTH_DOT_NOTE(n)
|
||||
|
||||
// Note Styles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue