summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-11-20Enable linking of encoders to switch within layout macros (#22264)Joel Challis
2023-11-16Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-11-16[Doc] Improve converter references (#21801)フィルターペーパー
2023-11-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-11-13Fix typos: key-modifer→key-modifier and interacton→interaction (#22464)precondition
2023-11-12Generalise ADC driver source inclusion (#22448)Joel Challis
2023-11-12Remove requirement for `keymap_steno.h` include in keymaps (#22423)Ryan
* Remove requirement for `keymap_steno.h` include in keymaps * Add back keymap_steno.h with a note for the time being
2023-11-10Infer LED DRIVER_COUNT from configured addresses (#22311)Joel Challis
2023-11-09Migrate some common features to generic (#22403)Joel Challis
2023-11-03Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-11-03docs(rgblight): fix typos (#22399)Kiryl Mialeshka
2023-11-01Implement data driven lighting defaults (#21825)Joel Challis
2023-11-01Add dd mapping for hardware based split handedness (#22369)Joel Challis
2023-10-29Implement data driven dip switches (#22017)Joel Challis
* Add data driven dip switches * Autogen weak matrix_mask
2023-10-26Merge branch 'master' into developDasky
2023-10-26Clarify PIO define is optional in docs. (#22339)Dasky
2023-10-25Add DD mappings for locking switch (#22242)jack
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-10-23Consolidate some EEPROM Driver configuration (#22321)Joel Challis
2023-10-22[QP] Add support for OLED, variable framebuffer bpp (#19997)Nick Brassel
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Fixup delta frame coordinates after #20296.
2023-10-21Rename `DRIVER_ADDR_n` defines (#22200)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-10-21Support additional split sync items for info.json (#22193)Joel Challis
2023-10-13Dedupe I2C, SPI, UART driver inclusions (#22253)Ryan
2023-10-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-13Reword mention of personal keymaps from PR checklist (#22258)Wilhelm Schuster
2023-10-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-09Fix old usage of UNICODE_MODE_MAC (#22238)Joel Challis
2023-10-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-09Fix typo in `docs/feature_tri_layer.md` (#22232)James Young
`Stes` -> `Sets`
2023-10-04Update ISSI LED types (#22099)Ryan
2023-10-04Rename CKLED2001 driver to SNLED27351 (#22071)Ryan
2023-10-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-04Fix minimum python version references (#22191)Joel Challis
2023-10-03is31fl3737/3741: add LED Matrix support (#22163)Ryan
2023-10-01Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-30Remove rosetta instructions for Apple Silicon (#22174)フィルターペーパー
2023-09-29Add _DEFAULT_ON lighting configuration options (#21865)Joel Challis
2023-09-29Add `RGBLIGHT_DEFAULT_ON` macro configuration option (#20857)Álvaro A. Volpato
* ADD RGB_DEFAULT_DISABLED option and updated documentation * Formatting * Add as by fauxpark's suggestion Co-authored by: fauxpark * Formatting * Use boolean values instead of numerical Co-authored-by: Ryan <fauxpark@gmail.com> * Edit documentation formatting Co-authored-by: Ryan <fauxpark@gmail.com> * Remove comment Co-authored-by: Ryan <fauxpark@gmail.com> * Set RGB mode to DEFAULT macro at init Co-authored-by: Ryan <fauxpark@gmail.com> --------- Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zvecr <git@zvecr.com>
2023-09-27is31fl3733: complete LED Matrix support (#22149)Ryan
2023-09-27is31fl3218: Add LED Matrix support (#22126)Ryan
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-27is31fl3736: extract single-color API (#22133)Ryan
2023-09-27More data driven RGB/LED Matrix config (#21939)Joel Challis
2023-09-26Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-25Fix doc for programmable buttons. (#22136)Yanfei Guo
Co-authored-by: Yanfei Guo <yguo@anl.gov>
2023-09-25Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-09-25Fix typo in oled_driver (#22134)Ikko Eltociear Ashimine
betwen -> between
2023-09-25Move velocikey to within rgblight (#22123)Joel Challis
2023-09-25Update WS2812 docs and add APA102 docs (#22106)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-09-25Simplify more feature driver defines (#22090)Ryan
2023-09-25Merge remote-tracking branch 'upstream/master' into developNick Brassel
2023-09-25Document the RP2040-specific PS/2 implementation (#22079)Michael Büchler
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>