Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CI] Format code according to conventions (#12650) | github-actions[bot] | 2021-04-22 | 2 | -19/+19 |
| | | | Co-authored-by: QMK Bot <hello@qmk.fm> | ||||
* | LED Matrix: Split (#12633) | Ryan | 2021-04-22 | 2 | -6/+56 |
| | |||||
* | LED Matrix: Reactive effect buffers & advanced indicators (#12588) | Ryan | 2021-04-20 | 2 | -28/+107 |
| | |||||
* | Add Per Key functionality for AutoShift (#11536) | Drashna Jaelre | 2021-04-19 | 2 | -7/+14 |
| | | | Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | [CI] Format code according to conventions (#12623) | github-actions[bot] | 2021-04-19 | 2 | -2/+1 |
| | | | Co-authored-by: QMK Bot <hello@qmk.fm> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-19 | 1 | -1/+1 |
|\ | |||||
| * | Fix F303 audio output on A4 with the dac_basic driver (#12480) | Sergey Vlasov | 2021-04-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The dac_basic driver did not work properly with `#define AUDIO_PIN A4` (instead of configuring the A4 pin, the driver actually was switching the A5 pin to analog mode, breaking any other usage of that pin in addition to emitting a distorted signal on the improperly configured A4 pin). Fix the code to configure the A4 pin as intended. | ||||
* | | Enhancement of WPM feature (#11727) | Drashna Jaelre | 2021-04-18 | 2 | -5/+43 |
| | | |||||
* | | Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes (#11935) | Joshua Diamond | 2021-04-15 | 2 | -0/+9 |
| | | | | | | | | | | | | | | | | | | * Add missing RGB_MODE_TWINKLE / RGB_M_TW keycodes * Better comment Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | ||||
* | | LED Matrix: Task system (#12580) | Ryan | 2021-04-15 | 3 | -91/+176 |
| | | |||||
* | | [CI] Format code according to conventions (#12570) | github-actions[bot] | 2021-04-13 | 1 | -1/+1 |
| | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | ||||
* | | LED Matrix: suspend code (#12509) | Ryan | 2021-04-13 | 2 | -27/+37 |
| | | |||||
* | | LED Matrix: Implement CIE1931 curve (#12417) | Ryan | 2021-04-07 | 2 | -27/+56 |
| | | |||||
* | | Add support for producing UF2-format binaries. (#12435) | Nick Brassel | 2021-04-06 | 1 | -0/+24 |
| | | | | | | | | | | * First stab at enabling builds of UF2-format binaries. * Add description on producing a UF2 file. | ||||
* | | Format code according to conventions (#12467) | github-actions[bot] | 2021-04-03 | 1 | -11/+11 |
| | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-04-03 | 4 | -0/+59 |
|\| | |||||
| * | fix line endings | Zach White | 2021-04-03 | 3 | -56/+56 |
| | | |||||
| * | 3 new LED effect animations (#9827) | TurtleHunter | 2021-04-03 | 4 | -0/+59 |
| | | | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com> | ||||
* | | Big quantum_keycodes cleanup (#12249) | Ryan | 2021-04-02 | 1 | -466/+417 |
| | | |||||
* | | LED Matrix: Config functions (#12361) | Ryan | 2021-03-28 | 2 | -94/+98 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 1 | -1/+1 |
|\| | |||||
| * | Fix issues when manually shifting characters and Auto Shift (#12083) | Drashna Jaelre | 2021-03-25 | 1 | -1/+1 |
| | | | | | | Specifically, when using the Auto-Shift feature, if you hold and roll shift, it would not actually shift the character that you hit after the shift | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 1 | -1/+1 |
|\| | |||||
| * | Fix Kinetic speed condition (#12139) | 즈눅 | 2021-03-25 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 2 | -19/+0 |
|\| | |||||
| * | Removed unused RGBLED_TIMER_TOP and F_CPU macros from quantum/rgblight.[ch] ↵ | Takeshi ISHII | 2021-03-25 | 2 | -19/+0 |
| | | | | | | | | (#12233) | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 1 | -10/+13 |
|\| | |||||
| * | Fix handling multiples of the same MIDI note (fixes bug brought up in issue ↵ | jakobkg | 2021-03-25 | 1 | -10/+13 |
| | | | | | | | | | | | | | | #10199) (#11639) * Fix handling multiples of the same MIDI note * Extend MIDI note status to fix note releases | ||||
* | | Adding keyboard level weak function for slave matrix scan (#12317) | XScorpion2 | 2021-03-25 | 2 | -1/+7 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-25 | 2 | -2/+2 |
|\| | |||||
| * | Move `API_SYSEX_MAX_SIZE` out of `config_common.h` (#12302) | Ryan | 2021-03-25 | 2 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-24 | 1 | -0/+18 |
|\| | |||||
| * | Workaround for recent changes to mouse keycodes (#12367) | Joel Challis | 2021-03-24 | 1 | -0/+18 |
| | | |||||
* | | LED Matrix: Fix up eeconfig code (#12327) | Ryan | 2021-03-24 | 2 | -26/+76 |
| | | |||||
* | | core: add support for MK66F18 (Teensy 3.6) micro controller (#12258) | Michael Stapelberg | 2021-03-17 | 1 | -0/+27 |
| | | | | | | This is in preparation for https://github.com/qmk/qmk_firmware/pull/10171 | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-15 | 1 | -3/+3 |
|\| | |||||
| * | Format code according to conventions (#12244) | github-actions[bot] | 2021-03-15 | 1 | -3/+3 |
| | | | | | | Co-authored-by: QMK Bot <hello@qmk.fm> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-15 | 3 | -0/+371 |
|\| | |||||
| * | Fix keycode mappings for via and ensure they don't change within protocol ↵ | xyzz | 2021-03-15 | 3 | -0/+371 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#12130) * Fix keycode mappings for via and ensure they don't change within protocol * Update keycodes * Fix broken keyboards * added the missing keycodes found in via * Remove invalid keycodes Co-authored-by: David Hoelscher <infinityis@users.noreply.github.com> | ||||
* | | LED Matrix: Clean up includes (#12197) | Ryan | 2021-03-13 | 3 | -10/+7 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-12 | 5 | -75/+66 |
|\| | |||||
| * | Remove hex_to_keycode and move tap_random_base64 to send_string.c (#12079) | Ryan | 2021-03-12 | 5 | -75/+66 |
| | | |||||
* | | Move gpio wait logic to wait.h (#12067) | Joel Challis | 2021-03-10 | 1 | -33/+0 |
| | | |||||
* | | Remove `FUNC()` (#12161) | Ryan | 2021-03-11 | 1 | -4/+1 |
| | | |||||
* | | LED Matrix: decouple from Backlight (#12054) | Ryan | 2021-03-08 | 5 | -24/+38 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-06 | 1 | -9/+5 |
|\| | |||||
| * | Remove ifdefs for UC and X/XP too (#12131) | Ryan | 2021-03-06 | 1 | -9/+5 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-06 | 1 | -21/+14 |
|\| | |||||
| * | Remove a few more ifdefs from quantum_keycodes (#12129) | Ryan | 2021-03-06 | 1 | -21/+14 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2021-03-04 | 1 | -14/+10 |
|\| |