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