summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_music.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan1-0/+2
2023-01-20Fix functions with empty params (#19647)Ryan1-3/+3
2022-11-07Normalise MIDI keycodes (#18972)Ryan1-3/+3
2022-11-05Align audio keycode names (#18962)Joel Challis1-4/+4
2022-02-12Format code according to conventions (#16322)QMK Bot1-9/+17
2021-11-03Basic keycode overhaul (#14726)Ryan1-3/+3
2021-07-28matrix_scan_x -> x_task (#13748)Joel Challis1-1/+1
2021-01-19Fix wrong key when "Music Map" is used with MAJOR_MODE. (#11234)Takeshi Nishio1-1/+1
2019-08-30clang-format changesskullY1-190/+164
2018-07-16Adds support for Planck Rev 6 (#2666)Jack Humbert1-11/+20
2018-05-08updated music maskJack Humbert1-10/+24
2017-12-10fixes midi compile errorJack Humbert1-1/+3
2017-12-10fix up midi stuff w/music modeJack Humbert1-8/+73
2017-07-23adds music mode, music mode songs, music maskJack Humbert1-46/+81
2017-07-23escape song playing in musicJack Humbert1-9/+15
2017-07-23clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert1-6/+14
2017-03-28Clarify the quantum license (#1042)skullydazed1-0/+15
2017-03-02fix 'stop_all_notes' naming to be more consistentGabriel Young1-2/+2
2017-02-25Update existing keymapsGabriel Young1-1/+1
2017-02-25Add basic layer to sample MIDI keycapGabriel Young1-1/+2
2017-02-25Factor basic note processing into respective processorsGabriel Young1-78/+59
2017-02-25Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young1-0/+22
2017-01-23turn off rgb_midi in ezJack Humbert1-0/+1
2016-12-23add different scales for music modeJack Humbert1-0/+9
2016-12-12specialise music variablesJack Humbert1-3/+3
2016-07-24ensure there's a recording to play before playing; also enables the LGUI butt...Robert Dale1-1/+6
2016-06-29Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert1-0/+171