Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-29 | Update serial_driver.md (#23035) | Duncan Sutherland | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2024-03-29 | Clearer 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-20 | Updates to PR Checklist (#23318) | jack | |
2024-03-14 | Modify wording in 'getting_started_introduction.md' (#23232) | AlanLiu | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2024-03-14 | Update feature_tri_layer.md - typo (#23275) | achim-t | |
2024-03-08 | Add instructions for debugging ARM with VSCode+BMP. (#11217) | Nick Brassel | |
2024-02-28 | 2024q1 `develop` changelog. (#23150) | Nick Brassel | |
2024-02-28 | Update 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-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2024-02-20 | Fix double code indenting (#23117) | Nick Brassel | |
2024-02-17 | Removal 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-17 | Add 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-17 | Fix joystick initialization (#22953) | Joel Challis | |
2024-02-17 | Update naming convention for GPIO control macros (#23085) | Ryan | |
2024-02-12 | LED drivers: update PWM register defines for `g_<driver>_leds` (#23052) | Ryan | |
2024-01-30 | Add missing rgb matrix default parameters (#22281) | Fabien Fellay | |
2024-01-29 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2024-01-29 | [Doc] Use number indexes for encoder code example (#22980) | フィルターペーパー | |
2024-01-17 | I2C 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-16 | i2c: rename read/write register functions (#22905) | Ryan | |
2024-01-13 | Cirque reachable calibration aide (#22803) | JohSchneider | |
Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Johannes <you@example.com> | |||
2024-01-09 | Align `SPLIT_HAND_MATRIX_GRID` left/right logic with `SPLIT_HAND_PIN` (#22775) | Joel Challis | |
2024-01-09 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2024-01-09 | add pywinusb lib to list of example libs for HID (#22747) | Thomas White | |
2024-01-09 | Add Canadian French input locale (#21456) | Nebuleon | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2024-01-09 | Add option for auto mouse movement threshold (#21398) | Marcel Robitaille | |
Fixes #21396 | |||
2024-01-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2024-01-06 | Update keymap.md (#22834) | James Kneafsey | |
2024-01-04 | LED drivers: rename "simple" to "mono" (#22814) | Ryan | |
2023-12-24 | Remove redundant audio eeconfig init (#22736) | Joel Challis | |
2023-12-24 | Align 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-21 | Merge remote-tracking branch 'origin/master' into develop | QMK 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-20 | Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682) | Ryan | |
2023-12-20 | Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681) | Ryan | |
2023-12-18 | Update keyboard LED driver configs (#22638) | Ryan | |
2023-12-13 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-12-13 | Give definition of 'CLI' for new users (#22647) | xoedusk | |
2023-12-12 | dac_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-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-12-12 | [documentation] QMK migrate docs patch (#22646) | Tom Barnes | |
2023-12-12 | Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570) | Ryan | |
2023-12-11 | Keymap introspection for Dip Switches (#22543) | Joel Challis | |
2023-12-06 | Add QP support for smaller OLED displays and SSD1306 (#22358) | David Hoelscher | |
2023-12-05 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-12-05 | Fixed non-executable codes in the documentation (#22600) | atti | |