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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-30
[CI] Format code according to conventions (#25828)
QMK Bot
1
-3
/
+3
2025-11-30
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
6
-29
/
+46
2025-11-30
[CI] Format code according to conventions (#25827)
QMK Bot
6
-29
/
+46
2025-11-23
Reduce tap dance memory usage, move state out of data (#25415)
Stephen Ostermiller
2
-40
/
+93
2025-11-23
Fix single key combos activating only once (#25198)
Julian Schuler
1
-0
/
+4
2025-11-11
[Feature Improvement]add option to keep layer state when recording dynamic ma...
Chaser Huang
1
-1
/
+22
2025-09-22
Add generic handling to cycle LED/RGB Matrix flags (#24649)
Joel Challis
2
-0
/
+20
2025-06-03
Relocate remaining `process_record_quantum` keycodes (#25328)
Joel Challis
5
-0
/
+126
2025-04-21
Implement connection keycode logic (#25176)
Joel Challis
1
-7
/
+17
2025-04-19
Ignore the Layer Lock key in Repeat Key and Caps Word. (#25171)
Pascal Getreuer
2
-2
/
+10
2025-04-14
[Core] Flow Tap tap-hold option to disable HRMs during fast typing (#25125)
Pascal Getreuer
1
-5
/
+1
2025-03-21
Non-volatile memory data repository pattern (#24356)
Nick Brassel
4
-13
/
+10
2025-01-08
[Bug] Fix Underglow keycode processing (#24798)
Drashna Jaelre
1
-1
/
+4
2024-11-23
[Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)
Joel Challis
3
-0
/
+60
2024-11-21
Review fixes for layer lock feature (#24627)
Joel Challis
2
-63
/
+2
2024-11-21
[Core] Add Layer Lock feature (#23430)
Drashna Jaelre
2
-0
/
+164
2024-11-20
Backward compatibility for new RGB keycode handling (#24490)
Ryan
1
-3
/
+116
2024-10-18
[Core] `usb_device_state`: consolidate usb state handling across implementati...
Stefan Kerkmann
1
-1
/
+1
2024-10-12
Separate RGBLight/RGB Matrix keycode handling (#23679)
Ryan
2
-248
/
+0
2024-10-12
Update combo user function variable (#24467)
フィルターペーパー
1
-3
/
+3
2024-09-05
Add combo key repress feature (#22858)
Filios92
1
-12
/
+34
2024-08-27
Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)
Nick Brassel
2
-0
/
+45
2024-08-18
Add dynamic macro keyboard callbacks (#24142)
Drashna Jaelre
2
-22
/
+44
2024-07-16
Add support for key override introspection. (#24120)
Nick Brassel
2
-10
/
+5
2024-07-06
Tap dance introspection (#24049)
Nick Brassel
2
-6
/
+10
2024-06-13
Add process_keycode handlers for new RGB Matrix and Underglow keycodes (#23896)
Ryan
4
-0
/
+212
2024-05-07
Normalise RGBLight (underglow) keycodes (#23656)
Ryan
1
-11
/
+11
2024-04-13
LED Matrix: replace backlight keycodes with newly added ones (#23455)
Ryan
1
-7
/
+22
2024-04-11
Separate keycode handling for LED Matrix and Backlight (#23426)
Ryan
3
-28
/
+44
2024-02-01
Remove redundant steno eeconfig init (#22680)
Joel Challis
1
-3
/
+0
2024-01-09
Ignore space cadet key release when caps word is active (#21721)
Paul Landers
3
-1
/
+10
2024-01-09
MIDI sustain effect fix on qmk 0.22.2 (#22114)
3araht
1
-13
/
+10
2024-01-09
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-2
/
+1
2024-01-09
Fix user hook call for dynamic_macro_record_key (#22250)
Kai
1
-2
/
+1
2023-12-24
Align location of tap dance keycode (#22742)
Joel Challis
2
-5
/
+5
2023-11-12
Remove requirement for `keymap_steno.h` include in keymaps (#22423)
Ryan
2
-1
/
+1
2023-11-11
fix: make clicky delay silent (#21866)
Less/Rikki
1
-1
/
+1
2023-09-25
Improve test invocation, fix Retro Shift bugs, and add Auto+Retro Shift test ...
Isaac Elenbaas
2
-12
/
+18
2023-09-25
Fix combo_ref_from_layer respect different default layer [#21780] (#21781)
Ben Cooper
1
-1
/
+1
2023-08-27
Unicode, Unicodemap and UCIS refactor (#21659)
Ryan
8
-185
/
+37
2023-08-01
Fix Dynamic Macro Compilation for avr-gcc 5.4.0 + Linux (#21653)
James Young
1
-1
/
+1
2023-07-26
Reduce needless precision in audio note frequency calculation (#21496)
Nebuleon
1
-1
/
+1
2023-07-26
On-each-release tap dance function (#20255)
leep-frog
2
-5
/
+17
2023-07-21
haptic: naming cleanups (#21551)
Ryan
1
-0
/
+3
2023-07-16
quantum: remove direct `quantum.h` includes (#21507)
Ryan
4
-7
/
+8
2023-07-12
process_combo: restore wait.h header (#21514)
フィルターペーパー
1
-0
/
+1
2023-07-11
process_keycode: remove direct `quantum.h` includes (#21486)
Ryan
44
-156
/
+253
2023-07-08
[Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ...
precondition
1
-0
/
+9
2023-07-08
[Enhancement] More info on `apply_autocorrect` (#21056)
Pablo Martínez
2
-4
/
+54
2023-07-07
Adds a way to separate tab from AUTO_SHIFT_SPECIAL. (#20996)
Chris Salch
2
-3
/
+15
[next]