| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Update LED/RGB Matrix flag function behavior (#17651) | Drashna Jaelre | 2022-07-12 | 4 | -3/+25 |
* | | Cirque trackpad features: circular scroll, inertial cursor (#17482) | Daniel Kao | 2022-07-12 | 4 | -37/+257 |
* | | Added Delay time dynamic keymap's macro feature (#16810) | FREEWING.JP | 2022-07-11 | 1 | -1/+5 |
* | | [Fix] Patches after printf library update (#17584) | Stefan Kerkmann | 2022-07-07 | 2 | -2/+2 |
* | | Make debounce() signal changes in the cooked matrix as return value (#17554) | Stefan Kerkmann | 2022-07-07 | 11 | -33/+77 |
* | | [Core] Update mpaland/printf to eyalroz/printf fork (#16163) | Stefan Kerkmann | 2022-07-07 | 3 | -34/+53 |
* | | Allow for `keymaps` array to be implemented in a file other than `$(KEYMAP_C)... | Nick Brassel | 2022-07-05 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-02 | 1 | -0/+4 |
|\| |
|
| * | Allow for RGB actions to take place on Keydown instead of Keyup (#16886) | CoffeeIsLife | 2022-07-02 | 1 | -0/+4 |
* | | Improve ENCODER_DEFAULT_POS to recognize lost ticks (#16932) | Marek Wyborski | 2022-07-02 | 1 | -10/+21 |
* | | Feature-ify Send String (#17275) | Ryan | 2022-07-02 | 8 | -622/+658 |
* | | PoC: Swap Escape and Caps (#16336) | Osamu Aoki | 2022-07-02 | 5 | -0/+25 |
* | | Fix keys being discarded after using the leader key (#17287) | torkel104 | 2022-07-02 | 1 | -0/+1 |
* | | Expose the time of the last change to the LED state (#17222) | Jouke Witteveen | 2022-07-02 | 2 | -1/+14 |
* | | Added Wait time to sending each Keys for Dynamic Macros function (#16800) | FREEWING.JP | 2022-07-02 | 1 | -0/+3 |
* | | RP2040 emulated EEPROM. (#17519) | Nick Brassel | 2022-07-02 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-07-02 | 1 | -7/+7 |
|\| |
|
| * | [QP] Explicit buffer alignment. (#17532) | Nick Brassel | 2022-07-02 | 1 | -7/+7 |
* | | [QP] Add ILI9488 support. (#17438) | Nick Brassel | 2022-07-02 | 2 | -1/+16 |
* | | [Core] Add Raspberry Pi RP2040 support (#14877) | Stefan Kerkmann | 2022-06-30 | 1 | -0/+5 |
* | | Wear-leveling EEPROM drivers: `embedded_flash`, `spi_flash`, `legacy` (#17376) | Nick Brassel | 2022-06-30 | 2 | -59/+54 |
* | | RGB Matrix Heatmap - Skip positions with NO_LED (#17488) | Dasky | 2022-06-29 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-29 | 2 | -4/+5 |
|\| |
|
| * | [Bug] Fix 3 speed mousekey mode (#17500) | Drashna Jaelre | 2022-06-29 | 2 | -4/+5 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-28 | 1 | -2/+6 |
|\| |
|
| * | [Bug] Fix issue with mousekey movement getting stuck (#17493) | Drashna Jaelre | 2022-06-28 | 1 | -2/+6 |
* | | Generic wear-leveling algorithm (#16996) | Nick Brassel | 2022-06-27 | 12 | -0/+2512 |
* | | [Split] Verify Split Pointing Device config (#17481) | Thomas Kriechbaumer | 2022-06-26 | 1 | -0/+7 |
* | | improvements for Cirque Pinnacle trackpads (#17091) | Thomas Kriechbaumer | 2022-06-25 | 1 | -11/+34 |
* | | Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674) | precondition | 2022-06-24 | 1 | -7/+5 |
* | | Refactor steno and add `STENO_PROTOCOL = [all|txbolt|geminipr]` (#17065) | precondition | 2022-06-23 | 4 | -149/+217 |
* | | In honor of king terry (#17387) | SmugSam | 2022-06-23 | 1 | -0/+6 |
* | | Fix RGB heatmap to use XY positions and use correct led limits (#17184) | Dasky | 2022-06-21 | 2 | -44/+51 |
* | | Init eeconfig before reading handedness (#17256) | Dasky | 2022-06-20 | 1 | -0/+4 |
* | | [Core] Mouse key kinetic mode fix (#17176) | Albert Y | 2022-06-19 | 2 | -13/+18 |
* | | Make default layer size 16-bit (#15286) | Drashna Jaelre | 2022-06-19 | 1 | -1/+1 |
* | | tap-dance: Restructure code and document in more detail (#16394) | Jouke Witteveen | 2022-06-13 | 2 | -100/+70 |
* | | Ensure that rgb+via compiles in all cases (#17355) | Drashna Jaelre | 2022-06-10 | 1 | -0/+8 |
* | | Add missing bracket for VIA brightness scaling (#17354) | Dasky | 2022-06-10 | 1 | -1/+1 |
* | | Scale brigthness for VIA (#17352) | yiancar | 2022-06-10 | 1 | -6/+7 |
* | | Add support for large Mouse Reports (#16371) | Drashna Jaelre | 2022-06-08 | 3 | -32/+71 |
* | | Move SPLIT_HAND_PIN setup to split_pre_init (#17271) | Dasky | 2022-06-06 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-06-05 | 2 | -3/+4 |
|\| |
|
| * | Fix and add unit tests for Caps Word to work with Unicode Map, Auto Shift, Re... | Pascal Getreuer | 2022-06-05 | 2 | -3/+4 |
* | | Add keymap wrappers for introspection into the keymap. (#17229) | Nick Brassel | 2022-06-05 | 3 | -0/+42 |
* | | Allow larger SPLIT_USB_TIMEOUT with default SPLIT_USB_TIMEOUT_POLL (#17272) | Dasky | 2022-06-01 | 1 | -1/+2 |
* | | Use TAP_HOLD_CAPS_DELAY for KC_LOCKING_CAPS_LOCK (#17099) | precondition | 2022-05-30 | 1 | -1/+1 |
* | | Removes terminal from QMK. (#17258) | Nick Brassel | 2022-05-30 | 7 | -388/+6 |
|/ |
|
* | Continue Caps Word when AltGr (right Alt) is held. (#17156) | Pascal Getreuer | 2022-05-20 | 1 | -1/+4 |
* | Rename keymap_extras headers for consistency (#16939) | Ryan | 2022-05-15 | 24 | -10/+10 |