summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_music.c
Commit message (Expand)AuthorAgeFilesLines
* process_keycode: remove direct `quantum.h` includes (#21486)Ryan2023-07-111-0/+2
* Fix functions with empty params (#19647)Ryan2023-01-201-3/+3
* Normalise MIDI keycodes (#18972)Ryan2022-11-071-3/+3
* Align audio keycode names (#18962)Joel Challis2022-11-051-4/+4
* Format code according to conventions (#16322)QMK Bot2022-02-121-9/+17
* Basic keycode overhaul (#14726)Ryan2021-11-031-3/+3
* matrix_scan_x -> x_task (#13748)Joel Challis2021-07-281-1/+1
* Fix wrong key when "Music Map" is used with MAJOR_MODE. (#11234)Takeshi Nishio2021-01-191-1/+1
* clang-format changesskullY2019-08-301-190/+164
* Adds support for Planck Rev 6 (#2666)Jack Humbert2018-07-161-11/+20
* updated music maskJack Humbert2018-05-081-10/+24
* fixes midi compile errorJack Humbert2017-12-101-1/+3
* fix up midi stuff w/music modeJack Humbert2017-12-101-8/+73
* adds music mode, music mode songs, music maskJack Humbert2017-07-231-46/+81
* escape song playing in musicJack Humbert2017-07-231-9/+15
* clean-up planck and preonic keymaps, move audio stuff aroundJack Humbert2017-07-231-6/+14
* Clarify the quantum license (#1042)skullydazed2017-03-281-0/+15
* fix 'stop_all_notes' naming to be more consistentGabriel Young2017-03-021-2/+2
* Update existing keymapsGabriel Young2017-02-251-1/+1
* Add basic layer to sample MIDI keycapGabriel Young2017-02-251-1/+2
* Factor basic note processing into respective processorsGabriel Young2017-02-251-78/+59
* Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCEDGabriel Young2017-02-251-0/+22
* turn off rgb_midi in ezJack Humbert2017-01-231-0/+1
* add different scales for music modeJack Humbert2016-12-231-0/+9
* specialise music variablesJack Humbert2016-12-121-3/+3
* ensure there's a recording to play before playing; also enables the LGUI butt...Robert Dale2016-07-241-1/+6
* Moves features to their own files (process_*), adds tap dance feature (#460)Jack Humbert2016-06-291-0/+171