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
/
keyboard.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-11
[Core] suspend: suppress wake up keypress (#23389)
Stefan Kerkmann
1
-3
/
+5
2025-11-06
Implement minimal connection update logic (#25334)
Joel Challis
1
-0
/
+4
2025-08-17
Refactor battery driver (#25550)
Joel Challis
1
-3
/
+3
2025-07-14
Relocate `AUDIO_INIT_DELAY` implementation (#25491)
Joel Challis
1
-18
/
+2
2025-05-14
Deprecate `usb.force_nkro`/`FORCE_NKRO` (#25262)
Joel Challis
1
-0
/
+1
2025-04-21
Implement connection keycode logic (#25176)
Joel Challis
1
-0
/
+6
2025-03-21
Non-volatile memory data repository pattern (#24356)
Nick Brassel
1
-3
/
+3
2025-02-28
Implement battery level interface (#24666)
Joel Challis
1
-0
/
+10
2025-02-26
Community modules (#24848)
Nick Brassel
1
-2
/
+42
2024-11-21
Review fixes for layer lock feature (#24627)
Joel Challis
1
-3
/
+3
2024-11-21
[Core] Add Layer Lock feature (#23430)
Drashna Jaelre
1
-0
/
+7
2024-04-05
Rename `process_{led,rgb}_matrix()` (#23422)
Ryan
1
-2
/
+2
2024-02-18
Add encoder abstraction. (#21548)
Nick Brassel
1
-1
/
+1
2024-02-17
[Core] Add OS detection callbacks (#21777)
Andre Brait
1
-0
/
+7
2024-02-17
Fix joystick initialization (#22953)
Joel Challis
1
-0
/
+3
2024-01-28
Begin removal of bootmagic lite terminology (#22970)
Joel Challis
1
-19
/
+39
2023-12-08
Align Dip Switch feature (#22625)
Joel Challis
1
-1
/
+1
2023-09-25
Move velocikey to within rgblight (#22123)
Joel Challis
1
-9
/
+0
2023-09-25
Add full solenoid support on split keyboards (#21583)
jacob-w-gable
1
-7
/
+7
2023-07-16
quantum: remove direct `quantum.h` includes (#21507)
Ryan
1
-2
/
+32
2023-04-30
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-2
/
+2
2023-04-30
Fix MATRIX_HAS_GHOST when MATRIX_COL > 16 (#20093)
Christopher Berner
1
-2
/
+2
2023-04-03
[Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)
Stefan Kerkmann
1
-1
/
+1
2023-03-30
Add last activity functions for pointing device (#20079)
Drashna Jaelre
1
-22
/
+30
2023-03-27
Remove use of keymap.h (#20004)
Joel Challis
1
-1
/
+1
2023-03-21
Sync activity timestamps between sides. (#20192)
Nick Brassel
1
-5
/
+11
2023-02-13
core: allow locking the matrix state (#18852)
dexter93
1
-1
/
+13
2023-02-13
Refactor Leader key feature (#19632)
Ryan
1
-0
/
+7
2023-01-20
Fix functions with empty params (#19647)
Ryan
1
-1
/
+1
2022-11-27
Fix encoder_init call order in keyboard_init (#19140)
Christopher Hoage
1
-3
/
+3
2022-11-12
Digitizer feature improvements (#19034)
Ryan
1
-7
/
+0
2022-10-15
Programmable Button API refactor and improve docs (#18641)
Ryan
1
-7
/
+0
2022-10-06
Implement split comms watchdog (#18599)
Dasky
1
-0
/
+4
2022-09-29
Start Bluetooth API (#18366)
Ryan
1
-10
/
+5
2022-09-29
Start moving towards introspection-based data retrieval (#18441)
Nick Brassel
1
-3
/
+2
2022-09-07
Move Bluetooth-related function calls up to host/keyboard level (#18274)
Ryan
1
-3
/
+12
2022-08-06
[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...
Stefan Kerkmann
1
-64
/
+74
2022-07-21
Move Pointing Device Initialization (#17740)
Drashna Jaelre
1
-3
/
+4
2022-06-23
Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065)
precondition
1
-1
/
+1
2022-05-14
[Core] Add Caps Word feature to core (#16588)
Pascal Getreuer
1
-0
/
+7
2022-04-29
Move disable_jtag to platforms (#16960)
Joel Challis
1
-14
/
+0
2022-04-16
Implement XAP 'secure' core requirements (#16843)
Joel Challis
1
-0
/
+4
2022-04-09
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-1
/
+1
2022-04-09
[Bug] Fix matrix scan reporting interval (#16825)
Simon Arlott
1
-1
/
+1
2022-03-14
Rename TICK to TICK_EVENT to prevent naming conflicts (#16649)
Stefan Kerkmann
1
-1
/
+1
2022-02-12
Format code according to conventions (#16322)
QMK Bot
1
-15
/
+43
2022-01-23
Relocate matrix_init_quantum content (#15953)
Joel Challis
1
-0
/
+44
2022-01-22
Align location of some host led logic (#15954)
Joel Challis
1
-26
/
+0
2022-01-19
Relocate matrix_scan_quantum tasks (#15882)
Joel Challis
1
-0
/
+70
2022-01-09
Slight tidy up of keyboard task loop (#15725)
Joel Challis
1
-35
/
+48
[next]