Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-19 | Apply the "NO_LIMITED_CONTROLLER_CONNECT" fix to atmega16u2 (#12482) | Purdea Andrei | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2021-04-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-04-10 | Format code according to conventions (#12540) | github-actions[bot] | |
Co-authored-by: QMK Bot <hello@qmk.fm> | |||
2021-04-10 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-04-10 | ChibiOS USB driver: prevent deadlock with CONSOLE_ENABLE = yes (#12472) | Michael Stapelberg | |
Before this commit, attaching an ARM-based (i.e. ChibiOS-based) keyboard that uses CONSOLE_ENABLE = yes and produces debug messages would deadlock the keyboard unless one was running hid_listen. With this commit, dead-locking writes to the queue are detected and prevented. fixes #5631 | |||
2021-03-25 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-25 | Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302) | Ryan | |
2021-03-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-18 | [CI] Format code according to conventions (#12277) | github-actions[bot] | |
Co-authored-by: QMK Bot <hello@qmk.fm> | |||
2021-03-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-03-18 | XT converter cleanup (#12264) | Ryan | |
2021-02-28 | Refactor of USB code within split_common (#11890) | Joel Challis | |
* Initial refactor of usb code within split_common * Add headers * Correct disable condition * Format * Align func name | |||
2021-02-27 | Format code according to conventions (#12046) | github-actions[bot] | |
Co-authored-by: QMK Bot <hello@qmk.fm> | |||
2021-02-28 | Fix build for attiny85-based boards. (#12044) | Nick Brassel | |
2021-02-26 | Format code according to conventions (#12024) | github-actions[bot] | |
Co-authored-by: QMK Bot <hello@qmk.fm> | |||
2021-02-26 | [BUG] Massdrop develop rgb fix (#12022) | Nick Brassel | |
* Allow for disabling RGB_MATRIX on Massdrop boards. * Fixup init sequence. * Make some functions static as they've got very generic names. | |||
2021-02-25 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-02-25 | V-USB suspend refactor (#11891) | Ryan | |
2021-02-20 | Output selection: Remove "USB and BT" option (#11940) | Ryan | |
2021-02-15 | Format code according to conventions (#11905) | github-actions[bot] | |
Co-authored-by: QMK Bot <hello@qmk.fm> | |||
2021-02-14 | Refactor platform logic within print.h (#11863) | Joel Challis | |
* Remove GCC check from debug * Remove platform logic from common.mk * Refactor platform logic within print.h * restore debug.c format * headers * Rename function pointer type * review comments * Update tmk_core/common/printf.c Co-authored-by: Nick Brassel <nick@tzarc.org> * Format Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2021-02-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-07 | Migrate some tmk_core files to quantum (#11791) | Joel Challis | |
* Migrate some tmk_core files to quantum * Fix build errors | |||
2021-02-06 | Remove legacy print backward compatiblitly (#11805) | Joel Challis | |
* Remove legacy print backward compatiblitly * Remove legacy print backward compatiblitly - core * revert comment changes | |||
2021-02-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-06 | Manual formatting fix for serial_uart.c (#11806) | Ryan | |
2021-02-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-02-06 | Serial refactor (#11521) | Ryan | |
2021-02-02 | Address wake from sleep instability (#11450) | Joshua Diamond | |
* resolve race condition between suspend and wake in LUFA * avoid multiple calls to suspend_power_down() / suspend_wakeup_init() * Remove duplicate suspend_power_down_kb() call * pause on wakeup to wait for USB state to settle * need the repeated suspend_power_down() (that's where the sleep is) * more efficient implementation * fine tune the pause after sending wakeup * speculative chibios version of pause-after-wake * make wakeup delay configurable, and adjust value * better location for wakeup delay | |||
2021-02-01 | Decouple USB events from the USB interrupt handler. (#10437) | Nick Brassel | |
2021-01-28 | Add support for 8 buttons to mouse report (#10807) | Drashna Jaelre | |
* Add support for 8 buttons to mouse report This includes support for 8 buttons in mousekeys. However, this does move the keys around due to the fact that the last mousekey keycode is already 0xFF, so any past that would not work with register_code and the like, breaking them for tap hold keys, encoders, and other features. * Update mouse key docs * Add changes based on feedback * Fix VUSB report size comment Because drashna red gud * Fix typo in action.c * Fix IS_MOUSE_BUTTON check * Change start range for mousekeys so that the end is 0xFF properly * condense mousekeys check | |||
2021-01-24 | Remove duplicated housekeeping in arm_atsam (#11672) | Gentoli | |
2021-01-15 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-01-15 | Adafruit BLE cleanups (#11556) | Ryan | |
2021-01-15 | arm_atsam: temporarily lower raw HID endpoint/report size (#11554) | Ryan | |
2021-01-11 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-01-11 | Add support for shared EP on V-USB boards (#11103) | Ryan | |
2021-01-01 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2021-01-01 | Manually run formatting CI process (#11375) | Joel Challis | |
2020-12-29 | Update ADB impelemtation in TMK Core (#11168) | siggie0815 | |
* Update ADB impelmentation in tmk_core to recent version. Pcked from tmk_keyboard repository revision: 48d696443857512d45f9a7329e0dd0a76345860f * Restore convenient ADB functions used in QMK port. * Do cformat. | |||
2020-12-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2020-12-28 | Ensure single newline at EOF for core files (#11310) | Ryan | |
2020-12-26 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2020-12-26 | Change include guards in tmk_core/ and drivers/ to pragma once (#11240) | Ryan | |
2020-12-22 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2020-12-23 | V-USB: Fix initial dropped keypress (#11263) | Ryan | |
2020-12-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2020-12-21 | Fix small typo in V-USB configuration descriptor (#11253) | Ryan | |
2020-12-18 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2020-12-17 | Run cformat and dos2unix manually (#11235) | Ryan | |