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
/
tmk_core
/
protocol
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-30
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
4
-7
/
+7
2025-11-30
[CI] Format code according to conventions (#25827)
QMK Bot
4
-7
/
+7
2025-11-11
[Core] suspend: suppress wake up keypress (#23389)
Stefan Kerkmann
3
-0
/
+9
2025-11-06
Implement minimal connection update logic (#25334)
Joel Challis
2
-2
/
+45
2025-09-09
docs: fix misspellings (#25555)
François Magimel
1
-1
/
+1
2025-06-27
Align sleep_led logic (#25395)
Joel Challis
4
-50
/
+2
2025-06-18
[Bug] Fix `usb_endpoint_interface_lut` multiple def compile err (#25378)
Xelus22
1
-1
/
+1
2025-05-22
Add `compiler_support.h` (#25274)
Pablo MartÃnez
1
-1
/
+2
2025-05-14
Remove more USB only branches from NKRO handling (#25263)
Joel Challis
1
-6
/
+6
2025-05-12
Add raw_hid support to host driver (#25255)
Joel Challis
7
-32
/
+65
2025-05-06
Remove force disable of NKRO when Bluetooth enabled (#25201)
Joel Challis
2
-0
/
+19
2025-05-05
Bind Bluetooth driver to `host_driver_t` (#25199)
Joel Challis
1
-29
/
+54
2025-04-23
High resolution scrolling (without feature report parsing) (#24423)
eynsai
3
-2
/
+70
2025-04-22
Align ChibiOS `USB_WAIT_FOR_ENUMERATION` implementation (#25184)
Joel Challis
1
-13
/
+4
2025-04-21
Implement connection keycode logic (#25176)
Joel Challis
1
-4
/
+7
2025-04-13
[chore]: move and rename mouse/scroll min/max defines (#25141)
Stefan Kerkmann
1
-0
/
+8
2024-12-15
[Core] chibios: usb_main: remove OTG sof workaround (#24259)
Stefan Kerkmann
1
-8
/
+0
2024-11-09
Joystick: add support for 8-way hat switch (#24515)
Ryan
4
-0
/
+43
2024-10-18
[Core] `usb_device_state`: consolidate usb state handling across implementati...
Stefan Kerkmann
8
-101
/
+128
2024-10-15
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
2
-2
/
+2
2024-10-15
Digitizer: fix units tag in report descriptor (#24482)
Ryan
2
-2
/
+2
2024-10-06
Extended wheel reports (#24422)
eynsai
3
-15
/
+49
2024-10-06
Allow for `get_hardware_id()` to be used for serial number. (#24053)
Nick Brassel
1
-13
/
+78
2024-09-24
Remove `RING_BUFFERED_6KRO_REPORT_ENABLE` due to disuse. (#24433)
Nick Brassel
1
-93
/
+0
2024-09-02
Remove `arm_atsam` platform (#24337)
Joel Challis
57
-16283
/
+0
2024-08-13
Fix NKRO and Mouse Emulation on arm_atsam (#23945)
Izumemori
1
-1
/
+17
2024-07-05
Align LUFA suspend logic (#24055)
Joel Challis
1
-1
/
+1
2024-07-04
Change suspend condition check order on ChibiOS (#24020)
Drashna Jaelre
1
-1
/
+1
2024-06-03
[FIX] ChibiOS: USB Digitizer and Joystick IN endpoint compilation (#23854)
Stefan Kerkmann
2
-3
/
+3
2024-04-24
Fix WAIT_FOR_USB handling (#23598)
Joel Challis
2
-2
/
+12
2024-03-28
Remove midi_ep_task from ChibiOS (#23162)
Robin Carlier
2
-16
/
+0
2024-03-14
Refactor vusb to protocol use pre/post task (#14944)
Joel Challis
4
-43
/
+16
2024-02-28
[Core] Refactor ChibiOS USB endpoints to be fully async (#21656)
Stefan Kerkmann
12
-1126
/
+1303
2024-02-18
Update GPIO macro usages in core (#23093)
Ryan
3
-18
/
+18
2024-02-17
[Core] Add OS detection callbacks (#21777)
Andre Brait
1
-0
/
+9
2024-02-01
Align VUSB suspend protocol logic (#22688)
Joel Challis
1
-38
/
+51
2024-01-22
Merge remote-tracking branch 'origin/master' into develop
QMK Bot
1
-0
/
+4
2024-01-22
Fix missing joystick.h include (#22946)
Ryan
1
-0
/
+4
2024-01-09
Remove console out endpoint (#22304)
Joel Challis
7
-138
/
+66
2023-11-26
V-USB: implement NKRO (#22398)
Ryan
1
-4
/
+45
2023-11-26
V-USB: Add generic `send_report()` function (#22323)
Ryan
3
-92
/
+53
2023-11-12
Slight refactor of joystick axis type into typedef (#22445)
Ryan
1
-5
/
+7
2023-10-31
Add "AC Next Keyboard Layout Select" consumer usage entry (macOS Globe key) (...
Ryan
1
-40
/
+41
2023-10-27
[Maintenance] USB HID control packet as struct (#21688)
Stefan Kerkmann
2
-92
/
+82
2023-10-27
V-USB: Fix `GET_IDLE/SET_IDLE` (#22332)
Ryan
1
-16
/
+12
2023-10-25
V-USB: Implement `GET_PROTOCOL` and `SET_PROTOCOL` handling (#22324)
Ryan
1
-24
/
+38
2023-10-23
Separate 6KRO and NKRO report structs (#22267)
Ryan
10
-137
/
+121
2023-10-14
Prep work for NKRO report separation (#22268)
Ryan
3
-15
/
+16
2023-09-25
[Core] Bump mouse endpoint packet size to 16 bytes (#21711)
Stefan Kerkmann
2
-2
/
+2
2023-09-03
Remove old `IS_LED_ON/OFF()` macros (#21878)
Ryan
1
-3
/
+0
[next]