summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate `KC_LOCK` for `QK_LOCK` (#18796)Ryan2022-10-212-4/+4
|
* Deprecate `KC_LEAD` for `QK_LEAD` (#18792)Ryan2022-10-212-7/+7
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-202-3/+5
|\
| * [Docs] Update platformdev_blackpill_f411.md (#18666)Markus Fritsche2022-10-202-3/+5
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Remove legacy EEPROM clear keycodes (#18782)Ryan2022-10-203-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)Ryan2022-10-192-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 Bouajjaj2022-10-181-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)Ryan2022-10-151-1/+1
| | | | | | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM`
* | Programmable Button API refactor and improve docs (#18641)Ryan2022-10-151-65/+135
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-131-15/+15
|\|
| * docs: fix typos (#18671)Paula Isabel2022-10-131-15/+15
| |
* | Fix boundary in `RGB_MATRIX_INDICATOR_SET_COLOR` (#18650)James Thomson2022-10-111-4/+4
| |
* | Remove legacy international keycodes (#18588)Ryan2022-10-092-3/+3
| |
* | quantum: led: split out led_update_ports() for customization of led ↵Thomas Weißschuh2022-10-061-0/+7
| | | | | | | | behaviour (#14452)
* | Implement split comms watchdog (#18599)Dasky2022-10-062-0/+18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-059-11/+11
|\|
| * docs: some typos (#18582)George Rodrigues2022-10-059-11/+11
| | | | | | probably hacktoberism
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-0/+1
|\|
| * [Docs] Add a note about the print function. (#17737)Kim Minjong2022-10-041-0/+1
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-051-1/+1
|\|
| * [Docs] Clarify how to use the bootloader LED for rp2040 (#18585)Conor Burns2022-10-041-1/+1
| |
* | Fix Per Key LED Indicator Callbacks (#18450)Drashna Jaelre2022-10-042-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 Kerkmann2022-10-041-0/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-10-041-1/+4
|\|
| * [Docs] Clarify CAPS_WORD behaviors (#18137)mmccoyd2022-10-031-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 developQMK Bot2022-09-301-1/+1
|\|
| * Grammar Fix for PR Checklist (#18540)James Young2022-09-301-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 developfauxpark2022-09-302-10/+31
|\|
| * [docs] Improve documentation regarding info.json (#18508)Less/Rikki2022-09-292-10/+31
| | | | | | | | | | * docs: raise info.json awareness * docs: note that DD migration is WIP
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-291-1/+20
|\|
| * Update reference_info_json.md (#18518)Markus Knutsson2022-09-291-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 developQMK Bot2022-09-291-1/+1
|\|
| * Fix typo (#18526)DeflateAwning2022-09-291-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-281-1/+1
|\|
| * Update feature_tap_dance.md (#18509)Luis Carlos2022-09-281-1/+1
| | | | | | Fixed typo
* | Further refactoring of joystick feature (#18437)Ryan2022-09-271-54/+27
| |
* | Change `{LED,RGB}_DISABLE_TIMEOUT` to `{LED,RGB}_MATRIX_TIMEOUT` (#18415)Ryan2022-09-262-4/+2
| |
* | Merge remote-tracking branch 'origin/master' into developDrashna Jael're2022-09-241-2/+1
|\|
| * Remove orphan custom functions reference in keymap docs (#18444)Wes Lord2022-09-241-2/+1
| |
* | Allow Active High for Pointing Device Motion Pin (#18404)Thomas2022-09-241-0/+1
| | | | | | Needed by the Cirque Trackpad for motion detection
* | [Core] Pointing Device Automatic Mouse Layer (#17962)Alabastard-642022-09-231-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)Ryan2022-09-232-34/+34
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-211-0/+1
|\|
| * [Docs] Explicitly mention kb/user callbacks as boolean (#18448)Drashna Jaelre2022-09-211-0/+1
| | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-211-6/+7
|\|
| * Checklist clarification. (#18440)Nick Brassel2022-09-211-6/+7
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-09-195-187/+198
|\|
| * [Docs] Extract 'Layer Change Code' and EEPROM (#18174)coliss862022-09-195-187/+198
| | | | | | | | | | | | | | | | | | | | | | * [Docs] Extract 'Layer Change Code' and EEPROM * adjust wording * Update docs/custom_quantum_functions.md Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Joel Challis <git@zvecr.com>
* | [QP] Add RGB565 surface. Docs clarification, cleanup, tabsification, and ↵Nick Brassel2022-09-191-225/+341
| | | | | | | | reordering. (#18396)
* | Add Elite-C to converters (#18309)Joel Challis2022-09-181-2/+45
| |