Age | Commit message (Collapse) | Author |
|
|
|
|
|
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: jack <0x6a73@protonmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Improve argument handling of c2json
* Add automagic
|
|
|
|
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Joel Challis <git@zvecr.com>
|
|
|
|
Co-authored-by: jack <0x6a73@protonmail.com>
|
|
(#22256)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add data driven dip switches
* Autogen weak matrix_mask
|
|
|
|
Co-authored-by: “yuezp” <“yuezpchn@126.com”>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* ChibiOS: USB HID control request as dedicated struct
Instead of accessing the raw USB setup packet and documenting the values
as the corresponding USB HID control request fields we introduce a
struct that allows direct access to the fields. This is safer and self
documenting.
* Rename usb_request.h to usb_types.h
In the future all shared USB data types can live in this file.
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: gksygithub <106651989+gksygithub@users.noreply.github.com>
|
|
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
|
|
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
|