Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-06 | 2 | -2/+2 |
|\ | |||||
| * | docs: Fix IS31FL3743A driver name (#19518) | Daniel Schaefer | 2023-01-06 | 2 | -2/+2 |
| | | | | | | | | Incorrectly documented. See: `builddefs/common_features.mk` | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-05 | 1 | -1/+1 |
|\| | |||||
| * | A comma was missing (#19507) | Paul Massendari | 2023-01-05 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | zvecr | 2023-01-04 | 1 | -1/+1 |
|\| | |||||
| * | Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst ↵ | Nick Brassel | 2023-01-04 | 1 | -1/+1 |
| | | | | | | | | providing support for filtering as per data-driven definitions. (#18971) | ||||
* | | Add Split support for Haptic feedback (#19203) | Drashna Jaelre | 2023-01-01 | 1 | -0/+6 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-01-01 | 2 | -0/+4 |
|\| | |||||
| * | Add docs to cover recent LAYOUT_all lint checks (#19393) | Joel Challis | 2023-01-01 | 2 | -0/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-31 | 1 | -1/+1 |
|\| | |||||
| * | Fixes unicode_map declaration example (#19450) | BBBNBBB | 2022-12-31 | 1 | -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 develop | QMK Bot | 2022-12-30 | 1 | -0/+2 |
|\| | |||||
| * | docs: add a note about reflashing both halves for encoder resolution (#19162) | Roberto Santalla | 2022-12-30 | 1 | -0/+2 |
| | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> | ||||
* | | Remove useless line continuations (#19399) | Ryan | 2022-12-30 | 1 | -14/+18 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-23 | 1 | -6/+6 |
|\| | |||||
| * | Update breaking changes year... (#19409) | Joel Challis | 2022-12-23 | 1 | -6/+6 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-19 | 1 | -1/+1 |
|\| | |||||
| * | Fix description for selectively disabling animations (#19374) | Alexander Franco | 2022-12-19 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-15 | 1 | -1/+1 |
|\| | |||||
| * | [Docs] Update feature_joystick.md (#19347) | Leo Deng | 2022-12-15 | 1 | -1/+1 |
| | | |||||
* | | Add change log for quick tap term (#19341) | Albert Y | 2022-12-15 | 1 | -0/+31 |
| | | |||||
* | | Tap Dance: remove `qk_` prefix (#19313) | Ryan | 2022-12-14 | 1 | -32/+32 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-12-14 | 2 | -4/+0 |
|\| | |||||
| * | [Docs] Remove broken link (#19321) | Pablo Martínez | 2022-12-15 | 2 | -4/+0 |
| | | |||||
* | | Remove deprecated led_set_kb (#19273) | Joel Challis | 2022-12-14 | 4 | -4/+4 |
| | | | | | | | | | | * Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user | ||||
* | | Leader: remove `qk_` prefix (#19304) | Ryan | 2022-12-14 | 1 | -6/+6 |
| | | |||||
* | | UCIS: remove `qk_` prefix (#19302) | Ryan | 2022-12-14 | 1 | -5/+5 |
| | | |||||
* | | Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵ | precondition | 2022-12-13 | 6 | -44/+131 |
| | | | | | | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741) | ||||
* | | [Core] Quantum Painter - LVGL Integration (#18499) | jpe230 | 2022-12-13 | 2 | -0/+56 |
| | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) | Albert Y | 2022-12-12 | 2 | -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 Kerkmann | 2022-12-11 | 1 | -3/+3 |
| | | |||||
* | | Add `*_RIGHT` configuration for PMW33XX driver (#19243) | Pablo Martínez | 2022-12-10 | 1 | -9/+12 |
| | | |||||
* | | Rework input_pressed_state docs (#19267) | Joel Challis | 2022-12-08 | 2 | -13/+15 |
| | | | | | | | | | | * Revert changes to porting * Update reference_info_json.md | ||||
* | | Detect host OS based on USB fingerprint (#18463) | Ruslan Sayfutdinov | 2022-12-09 | 2 | -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) | dexter93 | 2022-12-09 | 1 | -0/+12 |
| | | |||||
* | | KC_GESC -> QK_GESC for cn and ja Docs (#19024) | ForsakenRei | 2022-12-09 | 2 | -4/+4 |
| | | |||||
* | | Align new-keymap with new-keyboard (#19229) | Joel Challis | 2022-12-03 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2022-11-30 | 1 | -0/+5 |
|\| | |||||
| * | Update OLED doc (#19213) | Pablo Martínez | 2022-11-30 | 1 | -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 Challis | 2022-11-30 | 1 | -0/+21 |
|/ | | | | | | | * DD bootmagic config * Also enable * docs | ||||
* | Fix headers in info.json reference (#19202) | Joel Challis | 2022-11-30 | 1 | -7/+7 |
| | |||||
* | fix typo (#19189) | JayceFayne | 2022-11-29 | 1 | -1/+1 |
| | |||||
* | Fix RWIN typo within keycode list (#19155) | gshmu | 2022-11-28 | 1 | -1/+1 |
| | | | fix typo | ||||
* | [Docs] Update reference_info_json.md (#18817) | Ndot | 2022-11-28 | 1 | -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 Brassel | 2022-11-28 | 4 | -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) | Ryan | 2022-11-27 | 1 | -5/+5 |
| | |||||
* | Joystick feature improvements (#19052) | Ryan | 2022-11-27 | 1 | -59/+128 |
| | |||||
* | Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080) | Ryan | 2022-11-27 | 1 | -3/+3 |
| | |||||
* | Additional DD backlight config (#19124) | Joel Challis | 2022-11-23 | 1 | -0/+7 |
| | | | | | * Additional dd backlight config * Update docs | ||||
* | Stub next develop dates | zvecr | 2022-11-22 | 4 | -10/+36 |
| |