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
/
quantum.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-06
Simplify tap_code16_delay (#25595)
フィルターペーパー
1
-3
/
+1
2025-06-27
Align sleep_led logic (#25395)
Joel Challis
1
-0
/
+12
2025-06-04
Remove `process_action_kb` callback (#25331)
Joel Challis
1
-8
/
+5
2025-06-03
Relocate remaining `process_record_quantum` keycodes (#25328)
Joel Challis
1
-75
/
+8
2025-06-02
Fix quantum.c keycode handling (#25322)
Stephen Ostermiller
1
-4
/
+5
2025-04-21
Implement connection keycode logic (#25176)
Joel Challis
1
-2
/
+2
2025-02-26
Community modules (#24848)
Nick Brassel
1
-1
/
+25
2025-01-30
Invoke `process_record_via` after `_user`/`_kb` have a chance to handle it. (...
Nick Brassel
1
-3
/
+3
2024-11-23
[Feature] Add keycode PDF(layer) to set the default layer in EEPROM (#24630)
Joel Challis
1
-0
/
+7
2024-11-21
Review fixes for layer lock feature (#24627)
Joel Challis
1
-1
/
+1
2024-11-21
[Core] Add Layer Lock feature (#23430)
Drashna Jaelre
1
-0
/
+7
2024-11-20
Backward compatibility for new RGB keycode handling (#24490)
Ryan
1
-2
/
+2
2024-10-12
Separate RGBLight/RGB Matrix keycode handling (#23679)
Ryan
1
-4
/
+11
2024-10-06
Add easier way to set default single layer (#24376)
Andre Brait
1
-2
/
+6
2024-08-27
Add new connection keycodes for Bluetooth, 2.4GHz. (#24251)
Nick Brassel
1
-12
/
+4
2024-08-26
Segregrate keycode at pre-process record quantum (#24194)
フィルターペーパー
1
-3
/
+2
2024-04-11
Separate keycode handling for LED Matrix and Backlight (#23426)
Ryan
1
-2
/
+9
2023-11-26
Improve and Cleanup Shutdown callbacks (#21060)
Drashna Jaelre
1
-7
/
+14
2023-11-09
Migrate some common features to generic (#22403)
Joel Challis
1
-2
/
+2
2023-09-25
Move velocikey to within rgblight (#22123)
Joel Challis
1
-7
/
+3
2023-08-27
Unicode, Unicodemap and UCIS refactor (#21659)
Ryan
1
-4
/
+0
2023-07-29
quantum.h: clean up process_keycode includes (#21579)
Ryan
1
-6
/
+46
2023-07-08
Allow key override to respect weak mods caused by caps word (#21434)
Jake Grossman
1
-3
/
+3
2023-05-31
Fix backlight sync on suspend_power_down for split keyboards (#21079)
Evgenii Vilkov
1
-1
/
+1
2023-05-20
[Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)
Pascal Getreuer
1
-1
/
+4
2023-05-20
Move `pre_process_record_kb()` before `process_combo()` (#20969)
Sergey Vlasov
1
-4
/
+3
2023-05-13
Add a user callback for pre process record (#20584)
Albert Y
1
-5
/
+12
2023-02-12
[Core] Tri Layer Keys (#19795)
Drashna Jaelre
1
-10
/
+3
2023-02-11
Remove matrix_init_quantum/matrix_scan_quantum (#19806)
Joel Challis
1
-8
/
+0
2023-02-10
Tidy up use of keycode range helpers (#19756)
Joel Challis
1
-2
/
+2
2023-01-20
Fix functions with empty params (#19647)
Ryan
1
-4
/
+4
2023-01-16
Process Tap Dances before WPM/Velocikey (#19599)
Jouke Witteveen
1
-8
/
+8
2022-11-08
Normalise output selection (Bluetooth) keycodes (#19004)
Ryan
1
-3
/
+3
2022-11-06
Remove thermal printer. (#18959)
Nick Brassel
1
-3
/
+0
2022-10-25
Deprecate `ONESHOT_*` keycodes for `QK_ONE_SHOT_*` (#18844)
Ryan
1
-3
/
+3
2022-10-22
Deprecate `VLK_TOG` for `VK_TOGG` (#18807)
Ryan
1
-1
/
+1
2022-10-21
Deprecate `KC_LEAD` for `QK_LEAD` (#18792)
Ryan
1
-1
/
+1
2022-10-08
Allow QK_MAKE to work with converters (#18637)
jpe230
1
-0
/
+4
2022-10-03
Fix layer switching from tap dances by redoing the keymap lookup (#17935)
Sergey Vlasov
1
-1
/
+5
2022-09-23
[Core] Pointing Device Automatic Mouse Layer (#17962)
Alabastard-64
1
-0
/
+3
2022-09-17
[Core] Add getreuer's Autocorrect feature to core (#15699)
Drashna Jaelre
1
-0
/
+3
2022-09-01
Better handle EEPROM reset keycode (#18244)
Drashna Jaelre
1
-1
/
+3
2022-07-25
Fix QK_MAKE's reboot check (#17795)
Drashna Jaelre
1
-1
/
+1
2022-07-23
implement `tap_code16_delay` (#17748)
JayceFayne
1
-5
/
+16
2022-07-23
Add ability to enter bootloader mode from `QK_MAKE` (#17745)
jack
1
-0
/
+3
2022-06-05
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-3
/
+3
2022-06-05
Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re...
Pascal Getreuer
1
-3
/
+3
2022-05-30
Removes terminal from QMK. (#17258)
Nick Brassel
1
-3
/
+0
2022-05-14
Enhancement and fixes of "Secure" feature (#16958)
Drashna Jaelre
1
-0
/
+13
2022-05-14
[Core] Add Caps Word feature to core (#16588)
Pascal Getreuer
1
-0
/
+3
[next]