summaryrefslogtreecommitdiff
path: root/docs/config_options.md
AgeCommit message (Expand)AuthorFilesLines
2025-06-09Remove `DEFAULT_FOLDER` handling (#23281)Joel Challis1-2/+0
2025-05-14Deprecate `usb.force_nkro`/`FORCE_NKRO` (#25262)Joel Challis1-2/+0
2025-04-20DOCS: `qmk-hid` missing in bootloaders list? (#25177)Jan Bláha1-0/+1
2024-09-24Remove `RING_BUFFERED_6KRO_REPORT_ENABLE` due to disuse. (#24433)Nick Brassel1-2/+0
2024-09-06[Docs] Remove references to bootmagic lite (#24369)jack1-1/+1
2024-06-02[docs] Organize driver & feature docs into subfolders (#23848)Ryan1-6/+6
2024-05-30Vitepress conversion of docs. (#23795)Nick Brassel1-18/+20
2024-04-28Rename `RGBW` define to `WS2812_RGBW` (#23585)Ryan1-1/+1
2024-04-24Fix WAIT_FOR_USB handling (#23598)Joel Challis1-1/+1
2024-01-09Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775)Joel Challis1-1/+1
2023-12-12Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan1-1/+1
2023-07-29Bluetooth: driver naming cleanups (#21624)Ryan1-1/+1
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel1-2/+0
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan1-2/+2
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition1-4/+1
2023-02-13Make Magic handling more consistent in Action Keycode handling (#9126)Drashna Jaelre1-0/+3
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel1-7/+2
2022-12-13Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_...precondition1-2/+5
2022-12-12[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y1-6/+7
2022-11-15Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2022-11-15[Docs] Note default value for TAP_CODE_DELAY (#19078)Albert Y1-1/+1
2022-10-06Implement split comms watchdog (#18599)Dasky1-0/+7
2022-10-05Merge remote-tracking branch 'origin/master' into developQMK Bot1-1/+1
2022-10-05docs: some typos (#18582)George Rodrigues1-1/+1
2022-09-30Merge remote-tracking branch 'upstream/master' into developfauxpark1-1/+11
2022-09-29[docs] Improve documentation regarding info.json (#18508)Less/Rikki1-1/+11
2022-08-28Switch over MANUFACTURER and PRODUCT to string literals (#18183)Ryan1-3/+3
2022-08-06Remove `UNUSED_PINS` (#17931)Nick Brassel1-7/+5
2022-08-06[Core] Process all changed keys in one scan loop, deprecate `QMK_KEYS_PER_SCA...Stefan Kerkmann1-9/+0
2022-08-04Add deprecated check for RGBLIGHT_ANIMATIONS (#17832)Drashna Jaelre1-2/+0
2022-07-20docs: fix default value of USB_SUSPEND_WAKEUP_DELAY (#17501)Ben Fiedler1-2/+4
2022-06-24Do not enable PERMISSIVE_HOLD when TAPPING_TERM exceeds 500ms (#15674)precondition1-1/+1
2022-06-08Add support for large Mouse Reports (#16371)Drashna Jaelre1-0/+2
2022-03-17[Core] Add compile/make macro to core (#15959)Drashna Jaelre1-0/+2
2022-02-09Merge remote-tracking branch 'upstream/master' into developNick Brassel1-0/+2
2022-02-09Add support for driving unselected row/col. (#16278)Nick Brassel1-0/+2
2022-01-30Rename `AdafruitBLE` to `BluefruitLE` (#16127)Ryan1-2/+2
2022-01-24Rip out old macro and action_function system (#16025)Ryan1-5/+0
2021-11-26New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036)precondition1-0/+2
2021-11-15Add support for deferred executors. (#14859)Nick Brassel1-0/+2
2021-11-05Remove `BOOTMAGIC_ENABLE = lite` option (#15002)James Young1-1/+1
2021-11-03Basic keycode overhaul (#14726)Ryan1-1/+1
2021-10-26Document `MAGIC` feature (#14301)JayceFayne1-0/+2
2021-09-29[Core] Fix "6kro enable" and clarify naming (#14563)Drashna Jaelre1-0/+2
2021-09-10Change USBasp and bootloadHID bootloaders to lowercase (#14354)Ryan1-2/+2
2021-08-15Enable sync of OLED/ST7565 display on/off state on Splits (#13542)Drashna Jaelre1-0/+6
2021-08-06Process combos earlier & overlapping combos (#8591)Pete Sevander1-1/+13
2021-07-13[Feature] Key Overrides (#11422)Jonas Gessner1-0/+4
2021-06-18Extensible split data sync (#11930)Nick Brassel1-2/+24
2021-06-09Use single memcmp to determine if matrix changed. (#13064)Nick Brassel1-0/+3