| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-09 | [docs] Turn on icons for external links (#24580) | Ryan | 1 | -0/+2 | |
| 2024-10-25 | Move pointing device driver code (#24445) | Dasky | 1 | -1/+1 | |
| Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||
| 2024-10-12 | Separate RGBLight/RGB Matrix keycode handling (#23679) | Ryan | 1 | -6/+2 | |
| * Separate RGBLight/RGB Matrix keycode handling * Remove `_DISABLE_KEYCODES` handling * Update RGB Matrix keycode docs * Update underglow keycodes for previously migrated boards * Update keycodes for boards with custom handling * Fix typos * Fix bad merge | |||||
| 2024-10-06 | WS2812 API rework (#24364) | Ryan | 1 | -1/+1 | |
| * 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 `RING_BUFFERED_6KRO_REPORT_ENABLE` due to disuse. (#24433) | Nick Brassel | 1 | -1/+0 | |
| 2024-09-24 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -98/+98 | |
| 2024-09-24 | Bump rollup from 4.16.4 to 4.22.4 in /builddefs/docsgen (#24430) | dependabot[bot] | 1 | -98/+98 | |
| Bumps [rollup](https://github.com/rollup/rollup) from 4.16.4 to 4.22.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.16.4...v4.22.4) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
| 2024-09-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2 | -5/+5 | |
| 2024-09-18 | Bump vite from 5.2.10 to 5.2.14 in /builddefs/docsgen (#24403) | dependabot[bot] | 2 | -5/+5 | |
| Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.10 to 5.2.14. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.2.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.2.14/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||||
| 2024-09-02 | Remove `arm_atsam` platform (#24337) | Joel Challis | 2 | -8/+0 | |
| 2024-09-01 | [Maintenance] builddefs: common_rules: overhaul debug information generation ↵ | Stefan Kerkmann | 1 | -23/+16 | |
| (#24352) builddefs: common_rules: overhaul debug information generation Debug information is always generated while compiling a binary, but debugging is not the main use-case for the majority of users. Thus the new default is to explicitly require them with `DEBUG_ENABLE=yes`. The same is true for linker map files which are gated by the same flag. As we target the gcc compiler and debug with the gdb debugger we can specify the ggdb3 flag in the most verbose to get macro expansion. Signed-off-by: Stefan Kerkmann <karlk90@pm.me> | |||||
| 2024-08-27 | Add new connection keycodes for Bluetooth, 2.4GHz. (#24251) | Nick Brassel | 1 | -1/+1 | |
| 2024-08-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -3/+0 | |
| 2024-08-12 | Remove debugging prints. (#24271) | Nick Brassel | 1 | -3/+0 | |
| 2024-08-12 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2 | -8/+11 | |
| 2024-08-12 | Userspace: add support for adding environment variables during build (#22887) | Nick Brassel | 2 | -8/+11 | |
| 2024-07-06 | [docs] Fixup home link. (#24068) | Nick Brassel | 1 | -1/+1 | |
| 2024-07-06 | [docs] Fixup home link. (#24068) | Nick Brassel | 1 | -1/+1 | |
| 2024-07-04 | [build_test] set CONSOLE_ENABLE=yes if DEBUG > 0 (#23097) | DavidSannier | 1 | -1/+2 | |
| 2024-07-02 | SPI flash API cleanup, add async erase capability. (#23894) | Nick Brassel | 1 | -5/+4 | |
| 2024-06-17 | Generate keymap dd keycodes to header (#20273) | Joel Challis | 1 | -1/+6 | |
| 2024-06-03 | [docs] Add ability to redirect based on input path. (#23851) | Nick Brassel | 1 | -2/+13 | |
| 2024-05-31 | Docs theme updates (#23832) | Joel Challis | 1 | -1/+13 | |
| 2024-05-30 | [docs] Better logo SVG (#23828) | Ryan | 2 | -15/+3 | |
| 2024-05-30 | Vitepress conversion of docs. (#23795) | Nick Brassel | 9 | -0/+928 | |
| 2024-04-11 | Separate keycode handling for LED Matrix and Backlight (#23426) | Ryan | 1 | -1/+1 | |
| 2024-04-10 | Bodge consolidation. (#23448) | Nick Brassel | 1 | -12/+4 | |
| 2024-03-20 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -2/+8 | |
| 2024-03-20 | Assume only 32u4 boards can run 'promicro' converters (#23312) | Joel Challis | 1 | -2/+8 | |
| 2024-03-17 | LED drivers: add support for IS31FL3236 (#23264) | Ryan | 1 | -2/+14 | |
| 2024-03-10 | Enable 'keyboard.json' as a build target (#22891) | Joel Challis | 1 | -12/+28 | |
| 2024-02-20 | [Core] Allow ChibiOS `SIO` driver for `UART` driver (#22839) | Stefan Kerkmann | 1 | -2/+11 | |
| * 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-18 | Add encoder abstraction. (#21548) | Nick Brassel | 1 | -0/+15 | |
| 2024-02-17 | Add RGB matrix & LED Matrix support for IS31FL3729 (#21944) | HorrorTroll | 1 | -2/+14 | |
| Co-authored-by: Xelus22 <preyas22@gmail.com> Co-authored-by: dexter93 <d3xter93@gmail.com> | |||||
| 2024-02-17 | Fix joystick initialization (#22953) | Joel Challis | 1 | -4/+1 | |
| 2024-01-28 | Begin removal of bootmagic lite terminology (#22970) | Joel Challis | 2 | -15/+1 | |
| 2024-01-04 | LED drivers: rename "simple" to "mono" (#22814) | Ryan | 1 | -11/+11 | |
| 2024-01-01 | LED drivers: extract IS31FL3746A from IS31COMMON (#22637) | Ryan | 1 | -4/+2 | |
| 2024-01-01 | LED drivers: extract IS31FL3745 from IS31COMMON (#22636) | Ryan | 1 | -4/+2 | |
| 2024-01-01 | LED drivers: extract IS31FL3743A from IS31COMMON (#22635) | Ryan | 1 | -4/+2 | |
| 2024-01-01 | LED drivers: extract IS31FL3742A from IS31COMMON (#22620) | Ryan | 1 | -4/+2 | |
| 2023-12-11 | Keymap introspection for Dip Switches (#22543) | Joel Challis | 1 | -0/+6 | |
| 2023-12-08 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 1 | -1/+3 | |
| 2023-12-08 | Fix TARGET when using converters (#22591) | Joel Challis | 1 | -1/+3 | |
| 2023-12-05 | Rework RGBLight driver system (#22529) | Ryan | 1 | -0/+1 | |
| 2023-11-28 | QMK Userspace (#22222) | Nick Brassel | 4 | -29/+101 | |
| Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> | |||||
| 2023-11-20 | Azoteq IQS5xx support (#22280) | Dasky | 1 | -1/+3 | |
| 2023-11-13 | Revert "chibios: disable RWX segment warning on newer GNU lds (#22007)" (#22469) | Nick Brassel | 1 | -8/+3 | |
| This reverts commit de3c42125b661f62757f8ee4f6184c089340d3a0. | |||||
| 2023-11-13 | chibios: disable RWX segment warning on newer GNU lds (#22007) | Thomas Weißschuh | 1 | -3/+8 | |
| 2023-11-12 | Generalise ADC driver source inclusion (#22448) | Joel Challis | 1 | -4/+8 | |
