summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2024-03-29Update serial_driver.md (#23035)Duncan Sutherland
Co-authored-by: Drashna Jaelre <drashna@live.com>
2024-03-29Clearer text about double tapping reset only working for boot after already ↵Victor Camargo
having QMK running in board (#23042) Co-authored-by: Drashna Jaelre <drashna@live.com>
2024-03-20Updates to PR Checklist (#23318)jack
2024-03-14Modify wording in 'getting_started_introduction.md' (#23232)AlanLiu
Co-authored-by: Joel Challis <git@zvecr.com>
2024-03-14Update feature_tri_layer.md - typo (#23275)achim-t
2024-03-08Add instructions for debugging ARM with VSCode+BMP. (#11217)Nick Brassel
2024-02-282024q1 `develop` changelog. (#23150)Nick Brassel
2024-02-28Update Atmel DFU driver assignments for dfu-programmer 1.x (#23165)Ryan
2024-02-20[Core] Allow ChibiOS `SIO` driver for `UART` driver (#22839)Stefan Kerkmann
* onekey: stm32f3_disco: add usart pins and activate peripheral Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * chibios: uart: change SD1 prefix to UART Signed-off-by: Stefan Kerkmann <karlk90@pm.me> * chibios: uart: add SIO driver and RP2040 compatibility Signed-off-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update platforms/chibios/drivers/uart.h Co-authored-by: Joel Challis <git@zvecr.com> --------- Signed-off-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
2024-02-20Merge remote-tracking branch 'origin/master' into developQMK Bot
2024-02-20Fix double code indenting (#23117)Nick Brassel
2024-02-17Removal of bootmagic lite terminology (#22979)Joel Challis
2024-02-17[Driver] ILI9486 on Quantum Painter (#18521)Pablo Martínez
Co-authored-by: Nick Brassel <nick@tzarc.org>
2024-02-17Add RGB matrix & LED Matrix support for IS31FL3729 (#21944)HorrorTroll
Co-authored-by: Xelus22 <preyas22@gmail.com> Co-authored-by: dexter93 <d3xter93@gmail.com>
2024-02-17[Core] Add OS detection callbacks (#21777)Andre Brait
2024-02-17Fix joystick initialization (#22953)Joel Challis
2024-02-17Update naming convention for GPIO control macros (#23085)Ryan
2024-02-12LED drivers: update PWM register defines for `g_<driver>_leds` (#23052)Ryan
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