| Commit message (Expand) | Author | Age | Files | Lines |
* | Relocate Adafruit BLE code (#14530) | Ryan | 2021-09-21 | 5 | -939/+0 |
* | [Bug] fix logical minimum in Programmable Button rdesc (#14464) | Thomas Weißschuh | 2021-09-16 | 1 | -1/+1 |
* | [Bug] Fix descriptor for USB Programmable Buttons (#14455) | Thomas Weißschuh | 2021-09-15 | 1 | -1/+1 |
* | core: fix compilation issues with USB programmable buttons (#14454) | Thomas Weißschuh | 2021-09-16 | 1 | -0/+2 |
* | Add Support for USB programmable buttons (#12950) | Thomas Weißschuh | 2021-09-15 | 3 | -11/+77 |
* | Move Bluetooth config to common_features.mk (#14404) | Ryan | 2021-09-12 | 1 | -27/+0 |
* | Remove unreferenced IBM4704, Sony NEWS, NeXT keyboard code. (#14380) | Nick Brassel | 2021-09-12 | 6 | -776/+0 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-09-09 | 1 | -1/+6 |
|\ |
|
| * | Backport F_CPU/F_USB hack from system76 (#14286) | Drashna Jaelre | 2021-09-08 | 1 | -1/+6 |
* | | Change keyboard level include guards to `pragma once` (#14248) | Ryan | 2021-09-01 | 2 | -9/+2 |
|/ |
|
* | Fix typo (#14118) | Dasky | 2021-08-23 | 1 | -1/+1 |
* | Move USB Host Shield and Arduino core to `lib/` (#13973) | Ryan | 2021-08-18 | 182 | -42441/+6 |
* | Fixup atsam builds. (#14052) | Nick Brassel | 2021-08-18 | 1 | -1/+1 |
* | Begin to carve out platform/protocol API - Single main loop (#13843) | Joel Challis | 2021-08-18 | 5 | -118/+105 |
* | Relocate platform specific drivers (#13894) | Joel Challis | 2021-08-17 | 1 | -1/+0 |
* | Digitizer HID interface : absolute coordinates for mouse cursor (#12851) | a-chol | 2021-08-18 | 6 | -5/+226 |
* | Fix Indicator LED issues (#12097) | 50an6xy06r6n | 2021-08-18 | 2 | -3/+3 |
* | [Feature] Swap buttons on PS2 Mouse/Trackball (#9205) | Juan Pablo Kutianski | 2021-08-06 | 1 | -0/+7 |
* | Arm ps2 mouse interrupt (#6490) | JohSchneider | 2021-08-06 | 3 | -16/+144 |
* | Trigger a wakeup after USB Reset on ChibiOS. (#12831) | Joakim Tufvegren | 2021-08-04 | 1 | -0/+7 |
* | Remove the #10088 hotfix for Teensy 3.1-like Input:Club keyboards (#12870) | Joakim Tufvegren | 2021-08-04 | 1 | -1/+1 |
* | Fix alignment of USB out report buffer 2 -> 4 (#13838) | a_p_u_r_o | 2021-08-02 | 1 | -1/+1 |
* | Allow for higher USB Polling rate on ATSAM boards (#13755) | Drashna Jaelre | 2021-07-28 | 1 | -3/+7 |
* | Avoid LTO conficts on arm_atsam (#13676) | Joel Challis | 2021-07-24 | 3 | -3/+3 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-07-16 | 1 | -0/+54 |
|\ |
|
| * | Migrate arm_atsam print logic to use common framework (#13554) | Joel Challis | 2021-07-16 | 1 | -0/+54 |
| * | 2021 May 29 Breaking Changes Update (#13034) | James Young | 2021-05-29 | 10 | -21/+90 |
* | | Use string literals for `SERIAL_NUMBER` (#13403) | Ryan | 2021-07-16 | 3 | -4/+8 |
* | | [Core] ChibiOS fix O3 and LTO breakage of extra keys and joystick (#12819) | Stefan Kerkmann | 2021-06-06 | 3 | -35/+36 |
* | | core: bump USB spec version in device descriptor to 2.0 (#13078) | Michael Stapelberg | 2021-06-07 | 1 | -1/+1 |
* | | Fixup housekeeping from being invoked twice per loop. (#12933) | Nick Brassel | 2021-05-18 | 4 | -6/+6 |
* | | eeprom driver: Refactor where eeprom driver initialisation (and EEPROM emulat... | Purdea Andrei | 2021-04-25 | 1 | -13/+0 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-25 | 1 | -2/+2 |
|\| |
|
| * | Format code according to conventions (#12681) | github-actions[bot] | 2021-04-25 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-25 | 3 | -21/+33 |
|\| |
|
| * | Fix how USB queue overflow is handled in chibios. (#12576) | Purdea Andrei | 2021-04-25 | 3 | -21/+33 |
* | | Apply the "NO_LIMITED_CONTROLLER_CONNECT" fix to atmega16u2 (#12482) | Purdea Andrei | 2021-04-19 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-10 | 1 | -11/+11 |
|\| |
|
| * | Format code according to conventions (#12540) | github-actions[bot] | 2021-04-10 | 1 | -11/+11 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-10 | 1 | -1/+13 |
|\| |
|
| * | ChibiOS USB driver: prevent deadlock with CONSOLE_ENABLE = yes (#12472) | Michael Stapelberg | 2021-04-10 | 1 | -1/+13 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 1 | -1/+1 |
|\| |
|
| * | Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302) | Ryan | 2021-03-25 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-18 | 2 | -4/+4 |
|\| |
|
| * | [CI] Format code according to conventions (#12277) | github-actions[bot] | 2021-03-18 | 2 | -4/+4 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-18 | 2 | -20/+26 |
|\| |
|
| * | XT converter cleanup (#12264) | Ryan | 2021-03-18 | 2 | -20/+26 |
* | | Refactor of USB code within split_common (#11890) | Joel Challis | 2021-02-28 | 6 | -0/+82 |
|/ |
|
* | Format code according to conventions (#12046) | github-actions[bot] | 2021-02-27 | 1 | -2/+2 |
* | Fix build for attiny85-based boards. (#12044) | Nick Brassel | 2021-02-28 | 1 | -0/+2 |