index
:
qmk_firmware
master
QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Vineet K
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quantum
/
process_keycode
/
process_music.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-11
process_keycode: remove direct `quantum.h` includes (#21486)
Ryan
1
-0
/
+2
2023-01-20
Fix functions with empty params (#19647)
Ryan
1
-3
/
+3
2022-11-07
Normalise MIDI keycodes (#18972)
Ryan
1
-3
/
+3
2022-11-05
Align audio keycode names (#18962)
Joel Challis
1
-4
/
+4
2022-02-12
Format code according to conventions (#16322)
QMK Bot
1
-9
/
+17
2021-11-03
Basic keycode overhaul (#14726)
Ryan
1
-3
/
+3
2021-07-28
matrix_scan_x -> x_task (#13748)
Joel Challis
1
-1
/
+1
2021-01-19
Fix wrong key when "Music Map" is used with MAJOR_MODE. (#11234)
Takeshi Nishio
1
-1
/
+1
2019-08-30
clang-format changes
skullY
1
-190
/
+164
2018-07-16
Adds support for Planck Rev 6 (#2666)
Jack Humbert
1
-11
/
+20
2018-05-08
updated music mask
Jack Humbert
1
-10
/
+24
2017-12-10
fixes midi compile error
Jack Humbert
1
-1
/
+3
2017-12-10
fix up midi stuff w/music mode
Jack Humbert
1
-8
/
+73
2017-07-23
adds music mode, music mode songs, music mask
Jack Humbert
1
-46
/
+81
2017-07-23
escape song playing in music
Jack Humbert
1
-9
/
+15
2017-07-23
clean-up planck and preonic keymaps, move audio stuff around
Jack Humbert
1
-6
/
+14
2017-03-28
Clarify the quantum license (#1042)
skullydazed
1
-0
/
+15
2017-03-02
fix 'stop_all_notes' naming to be more consistent
Gabriel Young
1
-2
/
+2
2017-02-25
Update existing keymaps
Gabriel Young
1
-1
/
+1
2017-02-25
Add basic layer to sample MIDI keycap
Gabriel Young
1
-1
/
+2
2017-02-25
Factor basic note processing into respective processors
Gabriel Young
1
-78
/
+59
2017-02-25
Split MIDI functionality into MIDI_BASIC and MIDI_ADVANCED
Gabriel Young
1
-0
/
+22
2017-01-23
turn off rgb_midi in ez
Jack Humbert
1
-0
/
+1
2016-12-23
add different scales for music mode
Jack Humbert
1
-0
/
+9
2016-12-12
specialise music variables
Jack Humbert
1
-3
/
+3
2016-07-24
ensure there's a recording to play before playing; also enables the LGUI butt...
Robert Dale
1
-1
/
+6
2016-06-29
Moves features to their own files (process_*), adds tap dance feature (#460)
Jack Humbert
1
-0
/
+171