summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-12-31Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-12-31Fixes unicode_map declaration example (#19450)BBBNBBB
If the previous example was used the incorrect codepoints are produced. Changes the order of arguments the declaration of the unicode_map
2022-12-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-12-30docs: add a note about reflashing both halves for encoder resolution (#19162)Roberto Santalla
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-12-30Remove useless line continuations (#19399)Ryan
2022-12-23Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-12-23Update breaking changes year... (#19409)Joel Challis
2022-12-19Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-12-19Fix description for selectively disabling animations (#19374)Alexander Franco
2022-12-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-12-15[Docs] Update feature_joystick.md (#19347)Leo Deng
2022-12-15Add change log for quick tap term (#19341)Albert Y
2022-12-14Tap Dance: remove `qk_` prefix (#19313)Ryan
2022-12-14Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-12-15[Docs] Remove broken link (#19321)Pablo Martínez
2022-12-14Remove deprecated led_set_kb (#19273)Joel Challis
* Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
2022-12-14Leader: remove `qk_` prefix (#19304)Ryan
2022-12-14UCIS: remove `qk_` prefix (#19302)Ryan
2022-12-13Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition
HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
2022-12-13[Core] Quantum Painter - LVGL Integration (#18499)jpe230
Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-12-12[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y
* 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>
2022-12-11[RP2040] update i2c drivers to reflect peripheral number (#19277)Stefan Kerkmann
2022-12-10Add `*_RIGHT` configuration for PMW33XX driver (#19243)Pablo Martínez
2022-12-08Rework input_pressed_state docs (#19267)Joel Challis
* Revert changes to porting * Update reference_info_json.md
2022-12-09Detect host OS based on USB fingerprint (#18463)Ruslan Sayfutdinov
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-12-09Core: Support inverted scan logic for optical switches (#19053)dexter93
2022-12-09KC_GESC -> QK_GESC for cn and ja Docs (#19024)ForsakenRei
2022-12-03Align new-keymap with new-keyboard (#19229)Joel Challis
2022-11-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-11-30Update OLED doc (#19213)Pablo Martínez
* Update OLED doc * Update docs/feature_oled_driver.md Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2022-11-30DD bootmagic config (#19201)Joel Challis
* DD bootmagic config * Also enable * docs
2022-11-30Fix headers in info.json reference (#19202)Joel Challis
2022-11-29fix typo (#19189)JayceFayne
2022-11-28Fix RWIN typo within keycode list (#19155)gshmu
fix typo
2022-11-28[Docs] Update reference_info_json.md (#18817)Ndot
* [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-11-282022 Nov 26 changelog. (#19164)Nick Brassel
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-27Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079)Ryan
2022-11-27Joystick feature improvements (#19052)Ryan
2022-11-27Change `LED_MATRIX_STARTUP_*` defines to `LED_MATRIX_DEFAULT_*` (#19080)Ryan
2022-11-23Additional DD backlight config (#19124)Joel Challis
* Additional dd backlight config * Update docs
2022-11-22Stub next develop dateszvecr
2022-11-18Fix references to `mouse_report_t` (which doesnt exist) (#19107)Pablo Martínez
2022-11-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-11-15[Docs] Note default value for TAP_CODE_DELAY (#19078)Albert Y
2022-11-15Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-11-15Fix typo (#19035)David Kosorin
Swap Hands on/off - it's `SH_ON/OFF` not `SW_ON/OFF`
2022-11-13Add Bonsai C4 as a platform board file (#18901)David Hoelscher
* Set up Bonsai C4 as a platform board file * corrections and improvements based on testing and feedback * Added VBUS sensing as default capability for improved split support using Bonsai C4 * Update clock divisor for SPI flash Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
2022-11-12Digitizer feature improvements (#19034)Ryan
2022-11-10[Core] Allow custom timings for WS2812 PIO driver (#18006)Stefan Kerkmann
2022-11-08Normalise output selection (Bluetooth) keycodes (#19004)Ryan