| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 12 | -28/+27 | |
| 2025-11-30 | [CI] Format code according to conventions (#25827) | QMK Bot | 12 | -28/+27 | |
| Format code according to conventions | |||||
| 2025-11-27 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -3/+3 | |
| 2025-11-28 | QMK CLI Environment bootstrapper (#25038) | Nick Brassel | 1 | -3/+3 | |
| Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Pascal Getreuer <getreuer@google.com> | |||||
| 2025-11-11 | Add I2C Transmit and Receive function (#25637) | Drashna Jaelre | 1 | -0/+6 | |
| * feat: adds a transmit and receive i2c method * fix: address the i2c transmit and receive length on u16 * Add AVR/LUFA implementation Didn't add a progmem version, since that would only apply to receive. Figured it wasn't worth it, but can add. * Rearrange order of functions * Add docs * Fix doc gen error * Fix lint issues * fix more lint issues | |||||
| 2025-10-13 | Update STM32F446 default HSE to 8MHz (#25717) | Joel Challis | 3 | -3/+3 | |
| 2025-07-13 | Configure SPI for `QMK_PM2040` board (#25481) | Jack Sangdahl | 1 | -0/+16 | |
| 2025-07-13 | Configure SPI for `STEMCELL` board (#25486) | Jack Sangdahl | 2 | -1/+16 | |
| 2025-07-13 | Configure SPI for `QMK_BLOK` board (#25487) | Jack Sangdahl | 1 | -0/+17 | |
| 2025-07-06 | Fix SPI bus lock issue in spi_start_extended when using mutual exclusion ↵ | Copilot | 1 | -0/+15 | |
| (#25447) | |||||
| 2025-05-22 | Add `compiler_support.h` (#25274) | Pablo Martínez | 2 | -3/+7 | |
| 2025-05-19 | [Core] STM32G0x1 support (#24301) | Stefan Kerkmann | 7 | -2/+538 | |
| 2025-05-12 | Fix Wear Leveling compilation (#25254) | Joel Challis | 3 | -0/+3 | |
| 2025-05-05 | [Bug] Minimise force-included files (#25194) | Nick Brassel | 1 | -0/+2 | |
| 2025-04-10 | Cater for use of `__errno_r()` in ChibiOS syscalls.c with newer picolibc ↵ | Nick Brassel | 1 | -0/+13 | |
| revisions (#25121) | |||||
| 2025-04-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -0/+6 | |
| 2025-04-08 | Add warning when deprecated 'promicro_rp2040' is used (#25112) | Joel Challis | 1 | -0/+6 | |
| 2025-03-28 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -1/+1 | |
| 2025-03-28 | Fix path typo related RP2040 (#25069) | lsh4711 | 1 | -1/+1 | |
| Fix path typo | |||||
| 2025-03-06 | Add EOL to non-keyboard files (#24990) | Joel Challis | 16 | -16/+16 | |
| 2025-02-26 | fix EEPROM driver for STM32L0/1 cat.1 devices (#24928) | Joel Beckmeyer | 1 | -9/+36 | |
| 2025-02-16 | Patch up issue for inverted complementary output on Backlight (#24794) | HorrorTroll | 1 | -2/+2 | |
| Change complementary output to active high, when backlight on state is 1 | |||||
| 2025-01-26 | Unify spi_master headers (#24857) | Ryan | 2 | -103/+42 | |
| * Move default config to .c file * Explicitly define PAL modes for boards with custom init * Unify spi_master headers | |||||
| 2025-01-26 | Unify i2c_master headers (#24846) | Ryan | 2 | -64/+21 | |
| * Unify i2c_master headers * More documentation improvements * Reorganise PAL mode defaults | |||||
| 2025-01-26 | Unify UART headers (#24855) | Ryan | 3 | -200/+150 | |
| * Remove deprecated defines * Move default config to .c files * Unify UART headers * Clean up docs * Reorganise PAL mode defaults | |||||
| 2025-01-19 | `i2c_master`: remove deprecated functions (#24832) | Ryan | 1 | -7/+0 | |
| 2025-01-19 | Consolidate timer_elapsed implementations (#24830) | Joel Challis | 1 | -8/+0 | |
| 2025-01-13 | Bugfix and update for AT32F415 (#24807) | HorrorTroll | 5 | -23/+33 | |
| 2025-01-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -4/+0 | |
| 2025-01-07 | Remove preprocessor sanity check for STM32L0/L1 now that it relies on types ↵ | Nick Brassel | 1 | -4/+0 | |
| in C. (#24793) | |||||
| 2025-01-03 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -2/+2 | |
| 2025-01-03 | Update some changes for AT32F415 (#24766) | HorrorTroll | 1 | -2/+2 | |
| * Fixed SPI can't compiled issue * Added solenoid support and use 256KB ldscript for Onekey board | |||||
| 2025-01-01 | Ensure timer_read() is safe to call from interrupt handlers on ARM (#24529) | David Hoelscher | 1 | -2/+2 | |
| 2025-01-01 | always return audio pin to 0 on ARM (#24503) | David Hoelscher | 1 | -7/+11 | |
| 2024-11-30 | Update ChibiOS to latest stable branch. (#24651) | Nick Brassel | 3 | -0/+48 | |
| 2024-11-21 | Bring supported STM32F4 configs in line with F4x1 (#24413) | Drashna Jaelre | 19 | -188/+142 | |
| Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||||
| 2024-11-21 | Added MCU support for ArteryTek AT32F415 (#23445) | HorrorTroll | 20 | -61/+949 | |
| 2024-10-27 | Change default ARM hardware PWM WS2812 tick frequency to 800kHz (#24508) | David Hoelscher | 1 | -29/+8 | |
| 2024-10-25 | Add timer_save and _restore functions. (#23887) | Dasky | 1 | -0/+21 | |
| Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| 2024-10-12 | Add svlinky converter (#24449) | Sadek Baroudi | 2 | -0/+46 | |
| 2024-10-06 | Allow for `get_hardware_id()` to be used for serial number. (#24053) | Nick Brassel | 1 | -0/+4 | |
| * Allow for `get_hardware_id()` to be used for serial number. * Length checks. * Explain length. * Cleanup. * Preprocessor magic. * Use the force, Batman. * Swap logic; if SERIAL_NUMBER is defined use that, otherwise derive it. * Cleanup. * Cleanup. | |||||
| 2024-10-06 | WS2812 API rework (#24364) | Ryan | 4 | -28/+94 | |
| * Begin WS2812 API rework * Move RGBW conversion, clean up color.h, fix RGBW for AVR bitbang * Formatting & update PS2AVRGB I2C driver (untested) * Tested ARM bitbang RGB+RGBW * Tested ARM SPI RGB - RGBW not working * Tested ARM PWM RGB+RGBW * Tested RP2040 PIO driver RGB+RGBW * Update RGBLight * Formatting * Fix BM60HSRGB rev2 * Fix oddforge/vea * Fix 1k and XD002 RGBLite * Fix model_m/mschwingen * Fix handwired/promethium * Rename `WS2812_LED_TOTAL` for BM60HSRGB * Fix work_louder boards * Fix dawn60 * Fix rgbkb/pan * Fix neson_design/700e and n6 * Fix ergodox_ez/shine * ergodox_ez/shine: invert indices for left half * Fix matrix/abelx * Fix matrix/m20add * Remove custom rgblight driver for matrix/noah - should be done with lighting layers * Fix LED indexes for RGBLight split * Rename `convert_rgb_to_rgbw()` to `ws2812_rgb_to_rgbw()` * Update WS2812 API docs * `ergodox_ez/shine`: simplify LED index calculation * LED/RGB Matrix: Add weak function for LED index resolution * Bandaid fix for RGB Matrix splits not using WS2812 * `steelseries/prime_plus`: redo custom RGBLight driver * Update keyboards/steelseries/prime_plus/rgblight_custom.c Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> --------- Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | |||||
| 2024-09-24 | Remove `STM32_PWM_USE_ADVANCED` references (#24432) | Joel Challis | 1 | -1/+1 | |
| 2024-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -1/+1 | |
| 2024-09-18 | Workaround for broken STM32L433 startup (#24404) | kbladewht | 1 | -1/+1 | |
| Change STM32L433 LSI to False, this is to fix board startup issue , change is same to stm32L432 board | |||||
| 2024-09-10 | Allow for inverted SPI CS logic (#23699) | Dasky | 2 | -38/+67 | |
| 2024-09-05 | Refactor F4 ld files to use common files (#18059) | Mega Mind | 10 | -581/+225 | |
| 2024-09-05 | Fix RGBW for WS2812 SPI driver (#24367) | Ryan | 1 | -1/+1 | |
| 2024-08-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -3/+0 | |
| 2024-08-19 | Default STM32G431 back to wear_leveling EFL driver (#24299) | Joel Challis | 1 | -3/+0 | |
