Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Joystick: add support for 8-way hat switch (#24515) | Ryan | 2024-11-09 | 1 | -0/+5 |
| | |||||
* | Extended wheel reports (#24422) | eynsai | 2024-10-06 | 1 | -2/+8 |
| | | | extended wheel reports | ||||
* | [Core] Refactor ChibiOS USB endpoints to be fully async (#21656) | Stefan Kerkmann | 2024-02-28 | 1 | -2/+6 |
| | |||||
* | Fix missing joystick.h include (#22946) | Ryan | 2024-01-22 | 1 | -0/+4 |
| | |||||
* | Slight refactor of joystick axis type into typedef (#22445) | Ryan | 2023-11-12 | 1 | -5/+7 |
| | |||||
* | Add "AC Next Keyboard Layout Select" consumer usage entry (macOS Globe key) ↵ | Ryan | 2023-10-31 | 1 | -40/+41 |
| | | | | (#22256) | ||||
* | Separate 6KRO and NKRO report structs (#22267) | Ryan | 2023-10-23 | 1 | -40/+20 |
| | |||||
* | Prep work for NKRO report separation (#22268) | Ryan | 2023-10-14 | 1 | -9/+10 |
| | | | | | | | | | | | * Clean up some keyboard/userspace code * Rename `KEYBOARD_REPORT_BITS` -> `NKRO_REPORT_BITS` * Add some missing includes * Use `PACKED` define for report types * Fix incorrect function signatures for FlexRAM EEPROM driver | ||||
* | Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884) | Joel Challis | 2023-02-19 | 1 | -1/+7 |
| | |||||
* | Joystick feature improvements (#19052) | Ryan | 2022-11-27 | 1 | -4/+7 |
| | |||||
* | Digitizer feature improvements (#19034) | Ryan | 2022-11-12 | 1 | -3/+4 |
| | |||||
* | Further refactoring of joystick feature (#18437) | Ryan | 2022-09-27 | 1 | -1/+1 |
| | |||||
* | Chromeos keycodes (#18212) | Joshua Diamond | 2022-09-17 | 1 | -0/+4 |
| | |||||
* | Add support for large Mouse Reports (#16371) | Drashna Jaelre | 2022-06-08 | 1 | -4/+14 |
| | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [Core] Move `has_mouse_report_changed` function to `report.c` (#16543) | Drashna Jaelre | 2022-03-14 | 1 | -0/+4 |
| | | | | | | | * Move 'has_mouse_report_changed' checkto report.c * change mousekeys to use memcpy * fix linting issues | ||||
* | Relocate protocol files within tmk_core/common/ (#14972) | Joel Challis | 2021-10-28 | 1 | -0/+325 |
* Relocate non platform files within tmk_core/common/ * clang |