Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix up the ARM audio support (#2136)
* Get audio working on clueboard/60 * add keys for music mode * Change doubles to floats * add keys for all the songs * revert to the default startup sound * Remove music mode until we can figure out why it crashes
- Loading branch information
Showing
with
230 additions
and 132 deletions.
- +5 −1 common_features.mk
- +89 −5 keyboards/clueboard/60/keymaps/default/keymap.c
- +2 −7 keyboards/clueboard/60/led.c
- +2 −4 keyboards/clueboard/60/matrix.c
- +1 −1 keyboards/clueboard/60/rules.mk
- +0 −1 quantum/audio/audio_arm.c
- +113 −113 quantum/audio/musical_notes.h
- +18 −0 quantum/audio/song_list.h
Oops, something went wrong.