| Commit message (Expand) | Author | Age | Files | Lines |
* | Move feature suspend logic out of platform specific code (#14210) | Drashna Jaelre | 2021-08-30 | 1 | -96/+2 |
* | add wait_cpuclock() macro for AVR and CPU_CLOCK macro (#12755) | Takeshi ISHII | 2021-08-24 | 1 | -1/+3 |
* | Begin to carve out platform/protocol API - Single main loop (#13843) | Joel Challis | 2021-08-18 | 1 | -0/+21 |
* | Unify behaviour of wait on AVR (#14025) | Joel Challis | 2021-08-16 | 1 | -2/+20 |
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-08-06 | 1 | -0/+0 |
|\ |
|
| * | Avoid name conflicts with usb_hid Arduino code (#13870) | Joel Challis | 2021-08-06 | 1 | -0/+0 |
* | | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | 2021-07-25 | 1 | -0/+20 |
|\| |
|
| * | Refactor some platform dependent logic (#13675) | Joel Challis | 2021-07-24 | 1 | -0/+20 |
| * | 2021 May 29 Breaking Changes Update (#13034) | James Young | 2021-05-29 | 2 | -0/+50 |
* | | Avoid 8-bit timer overflows in debounce algorithms (#12240) | Simon Arlott | 2021-06-09 | 1 | -0/+19 |
* | | Add readPort() and some API to 'tmk_core/common/*/gpio.h' (#12754) | Takeshi ISHII | 2021-06-07 | 1 | -0/+15 |
* | | Add missing LED Matrix suspend code to suspend.c (#12878) | Drashna Jaelre | 2021-05-13 | 1 | -0/+7 |
* | | [CI] Format code according to conventions (#12731) | github-actions[bot] | 2021-04-29 | 1 | -2/+2 |
* | | Change RGB/LED Matrix to use a simple define for USB suspend (#12697) | Drashna Jaelre | 2021-04-29 | 1 | -0/+7 |
* | | LED Matrix: suspend code (#12509) | Ryan | 2021-04-13 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 1 | -3/+3 |
|\| |
|
| * | Fix USER_PRINT on avr/atsam (#12269) | Joel Challis | 2021-03-25 | 1 | -3/+3 |
* | | Move gpio wait logic to wait.h (#12067) | Joel Challis | 2021-03-10 | 1 | -0/+29 |
* | | Split RGB Matrix (#11055) | XScorpion2 | 2021-03-03 | 1 | -0/+4 |
|/ |
|
* | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2021-02-25 | 3 | -53/+66 |
|\ |
|
| * | V-USB suspend refactor (#11891) | Ryan | 2021-02-25 | 3 | -55/+67 |
* | | Merge branch 'master' into develop | Joshua Diamond | 2021-02-14 | 3 | -0/+184 |
|\| |
|
| * | Split gpio and atomic to platform (#11792) | Joel Challis | 2021-02-14 | 3 | -0/+184 |
* | | Format code according to conventions (#11905) | github-actions[bot] | 2021-02-15 | 1 | -4/+4 |
* | | Refactor platform logic within print.h (#11863) | Joel Challis | 2021-02-14 | 3 | -0/+55 |
* | | Address wake from sleep instability (#11450) | Joshua Diamond | 2021-02-02 | 1 | -1/+0 |
* | | Stop sounds when suspended (#11553) | Joshua Diamond | 2021-02-01 | 1 | -2/+2 |
* | | `qmk cformat` | Nick Brassel | 2021-01-17 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-01-11 | 1 | -14/+2 |
|\| |
|
| * | Lighting Layers should be disabled when suspended (#11442) | Joshua Diamond | 2021-01-11 | 1 | -14/+2 |
* | | Set avr's bootloader_jump function to be weak (#11418) | Dasky | 2021-01-04 | 1 | -1/+1 |
|/ |
|
* | Remove useless wait in AVR suspend code (#11352) | Ryan | 2020-12-30 | 1 | -3/+0 |
* | Ensure single newline at EOF for core files (#11310) | Ryan | 2020-12-28 | 1 | -3/+1 |
* | Change include guards in tmk_core/ and drivers/ to pragma once (#11240) | Ryan | 2020-12-26 | 3 | -12/+3 |
* | adds support for the atmega328 (#9043) | itsnoteasy | 2020-06-10 | 1 | -1/+1 |
* | format code according to conventions [skip ci] | QMK Bot | 2020-04-02 | 1 | -4/+4 |
* | Initial support for ATtiny85 (#8632) | Joel Challis | 2020-04-02 | 2 | -7/+14 |
* | Enable SLEEP_LED on ATmega32A (#8531) | Joel Challis | 2020-03-26 | 1 | -9/+32 |
* | Refactor rgblight_reconfig.h (#7773) | Takeshi ISHII | 2020-03-10 | 2 | -38/+17 |
* | Move tmk_core/common/backlight to quantum/backlight (#6710) | Joel Challis | 2019-10-17 | 1 | -1/+4 |
* | Banish some more magic numbers (#6662) | fauxpark | 2019-09-07 | 2 | -19/+13 |
* | clang-format changes | skullY | 2019-08-30 | 7 | -354/+361 |
* | Have clang ignore the code in bootloader_size.c | skullY | 2019-08-30 | 1 | -1/+2 |
* | Usbasploader bootloader option addition (#6304) | yiancar | 2019-07-15 | 1 | -34/+43 |
* | Make sure NOBITS is set on reset_key | Danny Nguyen | 2019-04-19 | 1 | -1/+1 |
* | Next set of split_common changes (#4974) | James Churchill | 2019-03-12 | 1 | -9/+0 |
* | Add kb and user level keyboard initialization functions (#3113) | Drashna Jaelre | 2019-02-14 | 1 | -14/+14 |
* | Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769) | Rockman18 | 2019-01-28 | 1 | -25/+32 |
* | Fix RGBLIGHT_SLEEP function (#4865) | Drashna Jaelre | 2019-01-25 | 1 | -17/+30 |
* | Zeal60/Zeal65/M60-A implementation (#3879) | Wilba6582 | 2018-09-13 | 1 | -16/+21 |