summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2024-01-30Add missing rgb matrix default parameters (#22281)Fabien Fellay
2024-01-29Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-29[Doc] Use number indexes for encoder code example (#22980)フィルターペーパー
2024-01-17I2C driver cleanup (#21273)David Hoelscher
* remove i2c_start and i2c_stop from i2c drivers * remove static i2c_address variable from chibios i2c driver
2024-01-16i2c: rename read/write register functions (#22905)Ryan
2024-01-13Cirque reachable calibration aide (#22803)JohSchneider
Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Johannes <you@example.com>
2024-01-09Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775)Joel Challis
2024-01-09Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-09add pywinusb lib to list of example libs for HID (#22747)Thomas White
2024-01-09Add Canadian French input locale (#21456)Nebuleon
Co-authored-by: Ryan <fauxpark@gmail.com>
2024-01-09Add option for auto mouse movement threshold (#21398)Marcel Robitaille
Fixes #21396
2024-01-06Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-01-06Update keymap.md (#22834)James Kneafsey
2024-01-04LED drivers: rename "simple" to "mono" (#22814)Ryan
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