summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into developzvecr2023-01-041-1/+1
|\
| * Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst ↵Nick Brassel2023-01-041-1/+1
| | | | | | | | providing support for filtering as per data-driven definitions. (#18971)
* | Add Split support for Haptic feedback (#19203)Drashna Jaelre2023-01-011-0/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-012-0/+4
|\|
| * Add docs to cover recent LAYOUT_all lint checks (#19393)Joel Challis2023-01-012-0/+4
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-311-1/+1
|\|
| * Fixes unicode_map declaration example (#19450)BBBNBBB2022-12-311-1/+1
| | | | | | | | If the previous example was used the incorrect codepoints are produced. Changes the order of arguments the declaration of the unicode_map
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-301-0/+2
|\|
| * docs: add a note about reflashing both halves for encoder resolution (#19162)Roberto Santalla2022-12-301-0/+2
| | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Remove useless line continuations (#19399)Ryan2022-12-301-14/+18
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-231-6/+6
|\|
| * Update breaking changes year... (#19409)Joel Challis2022-12-231-6/+6
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-191-1/+1
|\|
| * Fix description for selectively disabling animations (#19374)Alexander Franco2022-12-191-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-151-1/+1
|\|
| * [Docs] Update feature_joystick.md (#19347)Leo Deng2022-12-151-1/+1
| |
* | Add change log for quick tap term (#19341)Albert Y2022-12-151-0/+31
| |
* | Tap Dance: remove `qk_` prefix (#19313)Ryan2022-12-141-32/+32
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-12-142-4/+0
|\|
| * [Docs] Remove broken link (#19321)Pablo Martínez2022-12-152-4/+0
| |
* | Remove deprecated led_set_kb (#19273)Joel Challis2022-12-144-4/+4
| | | | | | | | | | * Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
* | Leader: remove `qk_` prefix (#19304)Ryan2022-12-141-6/+6
| |
* | UCIS: remove `qk_` prefix (#19302)Ryan2022-12-141-5/+5
| |
* | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition2022-12-136-44/+131
| | | | | | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
* | [Core] Quantum Painter - LVGL Integration (#18499)jpe2302022-12-132-0/+56
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-122-21/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | [RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann2022-12-111-3/+3
| |
* | Add `*_RIGHT` configuration for PMW33XX driver (#19243)Pablo Martínez2022-12-101-9/+12
| |
* | Rework input_pressed_state docs (#19267)Joel Challis2022-12-082-13/+15
| | | | | | | | | | * Revert changes to porting * Update reference_info_json.md
* | Detect host OS based on USB fingerprint (#18463)Ruslan Sayfutdinov2022-12-092-0/+78
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Core: Support inverted scan logic for optical switches (#19053)dexter932022-12-091-0/+12
| |
* | KC_GESC -> QK_GESC for cn and ja Docs (#19024)ForsakenRei2022-12-092-4/+4
| |
* | Align new-keymap with new-keyboard (#19229)Joel Challis2022-12-031-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-301-0/+5
|\|
| * Update OLED doc (#19213)Pablo Martínez2022-11-301-0/+5
| | | | | | | | | | | | | | * Update OLED doc * Update docs/feature_oled_driver.md Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
* | DD bootmagic config (#19201)Joel Challis2022-11-301-0/+21
|/ | | | | | | * DD bootmagic config * Also enable * docs
* Fix headers in info.json reference (#19202)Joel Challis2022-11-301-7/+7
|
* fix typo (#19189)JayceFayne2022-11-291-1/+1
|
* Fix RWIN typo within keycode list (#19155)gshmu2022-11-281-1/+1
| | | fix typo
* [Docs] Update reference_info_json.md (#18817)Ndot2022-11-281-4/+4
| | | | | | | | | | | | | * [Docs] Update reference_info_json.md - Makes it easier to find keyboard.jsonschema. - Adds a reference to the Data Driven page. * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* 2022 Nov 26 changelog. (#19164)Nick Brassel2022-11-284-2/+527
| | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan2022-11-271-5/+5
|
* Joystick feature improvements (#19052)Ryan2022-11-271-59/+128
|
* Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080)Ryan2022-11-271-3/+3
|
* Additional DD backlight config (#19124)Joel Challis2022-11-231-0/+7
| | | | | * Additional dd backlight config * Update docs
* Stub next develop dateszvecr2022-11-224-10/+36
|
* Fix references to `mouse_report_t` (which doesnt exist) (#19107)Pablo Martínez2022-11-181-5/+5
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-151-1/+1
|\
| * [Docs] Note default value for TAP_CODE_DELAY (#19078)Albert Y2022-11-151-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-11-151-2/+2
|\|