summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-12-24Remove redundant audio eeconfig init (#22736)Joel Challis
2023-12-24Align location of tap dance keycode (#22742)Joel Challis
2023-12-21[Audio] Enable Complementary output for PWM Hardware driver (#22726)Drashna Jaelre
Co-authored-by: Joel Challis <git@zvecr.com>
2023-12-21Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-12-21[docs] - reword PR checklist for vendor keymaps/userspace changes (#22725)Tom Barnes
* reword PR checklist for vendor keymaps/userspace changes * clarify vendor keymaps slightly * delete layout macro related line
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan
2023-12-20Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)Ryan
2023-12-18Update keyboard LED driver configs (#22638)Ryan
2023-12-13Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-12-13Give definition of 'CLI' for new users (#22647)xoedusk
2023-12-12dac_additive: Decouple the buffer length from the waveform length (#22276)Nebuleon
* dac_additive: Decouple the buffer length from the waveform length * Formatting changes for the previous commit * Reformat waveform tables with rows of 16 entries, ending at column 116 * Revert "Reformat waveform tables with rows of 16 entries, ending at column 116" This reverts commit 6f2d37908d6e73e1505ce61e63190f32f051586f.
2023-12-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-12-12[documentation] QMK migrate docs patch (#22646)Tom Barnes
2023-12-12Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan
2023-12-11Keymap introspection for Dip Switches (#22543)Joel Challis
2023-12-06Add QP support for smaller OLED displays and SSD1306 (#22358)David Hoelscher
2023-12-05Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-12-05Fixed non-executable codes in the documentation (#22600)atti
2023-12-04Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-12-04Documentation regarding user code removal/acceptance (#22507)jack
2023-12-04Add basic presence check for cirque trackpad. (#22546)Dasky
2023-12-04Add latam spanish headers (#22542)JuanoD
2023-12-01Feature: joystick weights (#21883)Dalius Dobravolskas
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-11-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-11-29[Doc]: Correct Markdown syntax errors. (#22511)猫咪恐慌
2023-11-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-11-28Small QP surface docs update (#22567)Dasky
2023-11-28Add Imera converter (#22419)leah-splitkb
2023-11-28`develop` 2023q4 changelog (#22552)Nick Brassel
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2023-11-28QMK Userspace (#22222)Nick Brassel
Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
2023-11-26New RGB Animations - 4 "Starlight" Animation Variations (#22212)db
2023-11-26Improve and Cleanup Shutdown callbacks (#21060)Drashna Jaelre
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
2023-11-22Move BACKLIGHT_PWM_PERIOD to correct docs section (#22480)Joel Challis
2023-11-20Azoteq IQS5xx support (#22280)Dasky
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