summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-01-15Add mmoskal/uf2-stm32f103 bootloader support (#19594)Joel Challis
2023-01-14Add RGB565 and RGB888 color support to Quantum Painter (#19382)David Hoelscher
2023-01-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-13[Docs] Touch up documentation templates & porting keyboard docs (#19573)jack
2023-01-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-12weact docs patch re "security vulnerability" (#19572)Tom Barnes
2023-01-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-06docs: Fix IS31FL3743A driver name (#19518)Daniel Schaefer
Incorrectly documented. See: `builddefs/common_features.mk`
2023-01-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-05A comma was missing (#19507)Paul Massendari
2023-01-04Merge remote-tracking branch 'origin/master' into developzvecr
2023-01-04Add `qmk mass-compile`, which intends to supercede `qmk multibuild` whilst ↵Nick Brassel
providing support for filtering as per data-driven definitions. (#18971)
2023-01-01Add Split support for Haptic feedback (#19203)Drashna Jaelre
2023-01-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-01-01Add docs to cover recent LAYOUT_all lint checks (#19393)Joel Challis
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>