Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | spelling fix (#18831) | Peter Hindes | 2022-10-24 | 1 | -1/+1 | |
| | | ||||||
* | | added BS_TOGG so BS_SWAP and BS_NORM can be on a single key (#18837) | Selene ToyKeeper | 2022-10-24 | 1 | -0/+1 | |
| | | | | | | Co-authored-by: Selene ToyKeeper <git@toykeeper.net> | |||||
* | | Deprecate `CAPS_WORD`/`CAPSWRD` for `CW_TOGG` (#18834) | Ryan | 2022-10-24 | 2 | -5/+5 | |
| | | ||||||
* | | Normalise Joystick and Programmable Button keycodes (#18832) | Ryan | 2022-10-24 | 3 | -73/+143 | |
| | | ||||||
* | | Deprecate `VLK_TOG` for `VK_TOGG` (#18807) | Ryan | 2022-10-22 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-22 | 1 | -1/+1 | |
|\| | ||||||
| * | [Docs] Fix link to keyboard layout editor (#18801) | Eddie Nuno | 2022-10-22 | 1 | -1/+1 | |
| | | ||||||
* | | Deprecate `KC_LOCK` for `QK_LOCK` (#18796) | Ryan | 2022-10-21 | 2 | -4/+4 | |
| | | ||||||
* | | Deprecate `KC_LEAD` for `QK_LEAD` (#18792) | Ryan | 2022-10-21 | 2 | -7/+7 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-20 | 2 | -3/+5 | |
|\| | ||||||
| * | [Docs] Update platformdev_blackpill_f411.md (#18666) | Markus Fritsche | 2022-10-20 | 2 | -3/+5 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Remove legacy EEPROM clear keycodes (#18782) | Ryan | 2022-10-20 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | * `EEP_RST` -> `EE_CLR`, default-ish keymaps * `EEP_RST` -> `EE_CLR`, user keymaps * `EEP_RST` -> `EE_CLR`, community layouts * `EEP_RST` -> `EE_CLR`, userspace * `EEP_RST` -> `EE_CLR`, docs & core | |||||
* | | Remove legacy Debug keycode (#18769) | Ryan | 2022-10-19 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | * `DEBUG` -> `DB_TOGG`, default-ish keymaps * `DEBUG` -> `DB_TOGG`, user keymaps * `DEBUG` -> `DB_TOGG`, community layouts * `DEBUG` -> `DB_TOGG`, userspace * `DEBUG` -> `DB_TOGG`, docs & core | |||||
* | | 4 Driver support for IS31FL3737 (#18750) | Jamal Bouajjaj | 2022-10-18 | 1 | -2/+4 | |
| | | | | | | | | | | * Added 4 driver support for the IS31FL3737 LED driver * Updated docs for IS31FL3737 to support 4 drivers | |||||
* | | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 1 | -1/+1 | |
| | | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | |||||
* | | Programmable Button API refactor and improve docs (#18641) | Ryan | 2022-10-15 | 1 | -65/+135 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-13 | 1 | -15/+15 | |
|\| | ||||||
| * | docs: fix typos (#18671) | Paula Isabel | 2022-10-13 | 1 | -15/+15 | |
| | | ||||||
* | | Fix boundary in `RGB_MATRIX_INDICATOR_SET_COLOR` (#18650) | James Thomson | 2022-10-11 | 1 | -4/+4 | |
| | | ||||||
* | | Remove legacy international keycodes (#18588) | Ryan | 2022-10-09 | 2 | -3/+3 | |
| | | ||||||
* | | quantum: led: split out led_update_ports() for customization of led ↵ | Thomas Weißschuh | 2022-10-06 | 1 | -0/+7 | |
| | | | | | | | | behaviour (#14452) | |||||
* | | Implement split comms watchdog (#18599) | Dasky | 2022-10-06 | 2 | -0/+18 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-05 | 9 | -11/+11 | |
|\| | ||||||
| * | docs: some typos (#18582) | George Rodrigues | 2022-10-05 | 9 | -11/+11 | |
| | | | | | | probably hacktoberism | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-05 | 1 | -0/+1 | |
|\| | ||||||
| * | [Docs] Add a note about the print function. (#17737) | Kim Minjong | 2022-10-04 | 1 | -0/+1 | |
| | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-05 | 1 | -1/+1 | |
|\| | ||||||
| * | [Docs] Clarify how to use the bootloader LED for rp2040 (#18585) | Conor Burns | 2022-10-04 | 1 | -1/+1 | |
| | | ||||||
* | | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-04 | 2 | -8/+23 | |
| | | | | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
* | | [Core] PWM Backlight for RP2040 (#17706) | Stefan Kerkmann | 2022-10-04 | 1 | -0/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-10-04 | 1 | -1/+4 | |
|\| | ||||||
| * | [Docs] Clarify CAPS_WORD behaviors (#18137) | mmccoyd | 2022-10-03 | 1 | -1/+4 | |
| | | | | | | | | | | Co-authored-by: precondition <57645186+precondition@users.noreply.github.com> Co-authored-by: mmccoyd <mmccoyd@cs.berkley.edu> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-30 | 1 | -1/+1 | |
|\| | ||||||
| * | Grammar Fix for PR Checklist (#18540) | James Young | 2022-09-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | * Grammar Fix for PR Checklist * Update docs/pr_checklist.md Co-authored-by: Nick Brassel <nick@tzarc.org> * Update docs/pr_checklist.md, take 2 Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
* | | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2022-09-30 | 2 | -10/+31 | |
|\| | ||||||
| * | [docs] Improve documentation regarding info.json (#18508) | Less/Rikki | 2022-09-29 | 2 | -10/+31 | |
| | | | | | | | | | | * docs: raise info.json awareness * docs: note that DD migration is WIP | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-29 | 1 | -1/+20 | |
|\| | ||||||
| * | Update reference_info_json.md (#18518) | Markus Knutsson | 2022-09-29 | 1 | -1/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update reference_info_json.md * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-29 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix typo (#18526) | DeflateAwning | 2022-09-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-28 | 1 | -1/+1 | |
|\| | ||||||
| * | Update feature_tap_dance.md (#18509) | Luis Carlos | 2022-09-28 | 1 | -1/+1 | |
| | | | | | | Fixed typo | |||||
* | | Further refactoring of joystick feature (#18437) | Ryan | 2022-09-27 | 1 | -54/+27 | |
| | | ||||||
* | | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415) | Ryan | 2022-09-26 | 2 | -4/+2 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | Drashna Jael're | 2022-09-24 | 1 | -2/+1 | |
|\| | ||||||
| * | Remove orphan custom functions reference in keymap docs (#18444) | Wes Lord | 2022-09-24 | 1 | -2/+1 | |
| | | ||||||
* | | Allow Active High for Pointing Device Motion Pin (#18404) | Thomas | 2022-09-24 | 1 | -0/+1 | |
| | | | | | | Needed by the Cirque Trackpad for motion detection | |||||
* | | [Core] Pointing Device Automatic Mouse Layer (#17962) | Alabastard-64 | 2022-09-23 | 1 | -1/+231 | |
| | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||||
* | | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 2 | -34/+34 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-09-21 | 1 | -0/+1 | |
|\| |