| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove `"command":false` from keyboards (#25193) | Joel Challis | 2025-04-24 | 4 | -4/+0 |
| | | |||||
| * | Remove `"console":false` from keyboards (#25190) | Joel Challis | 2025-04-23 | 4 | -4/+0 |
| | | |||||
| * | Remove empty `url` fields (#25181) | Joel Challis | 2025-04-22 | 8 | -8/+0 |
| | | |||||
| * | Remove `bluefruit_le_read_battery_voltage` function (#25129) | Joel Challis | 2025-04-19 | 1 | -1/+0 |
| | | |||||
| * | Update keycodes for keyboards with RGB Matrix (#24484) | Ryan | 2024-11-24 | 5 | -22/+4 |
| | | |||||
| * | Rename RGB/HSV structs: keyboard-level code (#24476) | Ryan | 2024-10-12 | 1 | -18/+18 |
| | | |||||
| * | Separate RGBLight/RGB Matrix keycode handling (#23679) | Ryan | 2024-10-12 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | * 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 | ||||
| * | WS2812 API rework (#24364) | Ryan | 2024-10-06 | 7 | -101/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 2024-08-25 | 6 | -164/+0 |
| | | |||||
| * | Update Underglow keycodes (#23765) | Ryan | 2024-08-25 | 12 | -12/+12 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Refactor use of `matrix_scan_kb` (#24200) | Joel Challis | 2024-07-27 | 1 | -2/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2024-07-15 | 3 | -133/+154 |
| |\ | |||||
| | * | `matrix/noah`: move RGB Matrix LED config to data driven (#24117) | Ryan | 2024-07-15 | 3 | -133/+154 |
| | | | |||||
| * | | bad_kb_funcs1 | zvecr | 2024-07-11 | 1 | -0/+1 |
| | | | |||||
| * | | Migrate `led_update_kb` implementations to DD (#23980) | Joel Challis | 2024-06-22 | 5 | -87/+11 |
| |/ | |||||
| * | Fixup build failures. (#23869) | Nick Brassel | 2024-06-05 | 1 | -6/+6 |
| | | |||||
| * | Change all RGB mode keycodes to short aliases (#23691) | Ryan | 2024-05-12 | 1 | -2/+2 |
| | | |||||
| * | Adjust keycode alignment around `QK_BOOT` (#23697) | Ryan | 2024-05-11 | 10 | -10/+10 |
| | | |||||
| * | Update GPIO API usage in keyboard code (#23361) | Ryan | 2024-05-03 | 5 | -26/+26 |
| | | |||||
| * | Migrate build target markers to keyboard.json - Misc (#23609) | Joel Challis | 2024-04-25 | 10 | -59/+17 |
| | | |||||
| * | Data-Driven Keyboard Conversions: M, Part 1 (#23590) | James Young | 2024-04-23 | 8 | -59/+35 |
| | | |||||
| * | Remove `quantum.h` includes from keyboard code (#23394) | Ryan | 2024-04-03 | 1 | -0/+4 |
| | | |||||
| * | Remove `quantum.h` includes from keyboard custom `matrix.c`s (#23371) | Ryan | 2024-03-30 | 4 | -23/+6 |
| | | |||||
| * | Add init function to RGBLight driver struct (#23076) | Ryan | 2024-03-18 | 2 | -0/+2 |
| | | |||||
| * | Migrate features from rules.mk to data drive - LMN (#23277) | Joel Challis | 2024-03-15 | 8 | -48/+36 |
| | | |||||
| * | i2c: rename read/write register functions (#22905) | Ryan | 2024-01-16 | 3 | -11/+11 |
| | | |||||
| * | Migrate RGB Matrix config to info.json - M (#22908) | Joel Challis | 2024-01-16 | 2 | -51/+46 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | 2023-12-20 | 1 | -59/+0 |
| |\ | |||||
| | * | Remove obvious user keymaps, `keyboards/{d,e,f}*` edition. (#22695) | Nick Brassel | 2023-12-18 | 1 | -59/+0 |
| | | | |||||
| * | | Update keyboard LED driver configs (#22638) | Ryan | 2023-12-18 | 1 | -1/+1 |
| | | | |||||
| * | | Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570) | Ryan | 2023-12-12 | 1 | -5/+5 |
| | | | |||||
| * | | Rework RGBLight driver system (#22529) | Ryan | 2023-12-05 | 6 | -17/+26 |
| |/ | |||||
| * | Improve and Cleanup Shutdown callbacks (#21060) | Drashna Jaelre | 2023-11-26 | 2 | -12/+3 |
| | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> | ||||
| * | Remove unnecessary driver counts (#22435) | Joel Challis | 2023-11-22 | 2 | -2/+0 |
| | | |||||
| * | Relocate LED driver init code (#22365) | Ryan | 2023-11-01 | 2 | -9/+3 |
| | | |||||
| * | Add `_flush()` functions to LED drivers (#22308) | Ryan | 2023-10-22 | 1 | -1/+1 |
| | | |||||
| * | Rename `DRIVER_ADDR_n` defines (#22200) | Ryan | 2023-10-21 | 3 | -6/+6 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Dedupe I2C, SPI, UART driver inclusions (#22253) | Ryan | 2023-10-13 | 2 | -2/+2 |
| | | |||||
| * | Update ISSI LED types (#22099) | Ryan | 2023-10-04 | 2 | -2/+2 |
| | | |||||
| * | Add and use I2C address defines for ISSI LED drivers (#22008) | Ryan | 2023-09-19 | 2 | -3/+3 |
| | | |||||
| * | is31fl3731: driver naming cleanups (#21918) | Ryan | 2023-09-13 | 2 | -2/+2 |
| | | |||||
| * | Clean up RGB LED type (#21859) | Ryan | 2023-09-04 | 3 | -3/+3 |
| | | |||||
| * | Move RGBLight animations to data driven (#21635) | Ryan | 2023-08-23 | 16 | -131/+104 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches | ||||
| * | RGB Matrix: driver naming cleanups (#21594) | Ryan | 2023-08-23 | 2 | -28/+28 |
| | | |||||
| * | rgblight: driver selection cleanups (#21558) | Ryan | 2023-08-15 | 2 | -1/+1 |
| | | |||||
| * | Get rid of `USB_LED_SCROLL_LOCK` (#21405) | Ryan | 2023-07-02 | 1 | -4/+4 |
| | | |||||
| * | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292) | Ryan | 2023-06-24 | 8 | -13/+8 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Remove default `TAPPING_TERM` from keyboard config.h (#21284) | Ryan | 2023-06-19 | 1 | -6/+0 |
| | | |||||
| * | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 2023-06-18 | 16 | -11/+19 |
| | | |||||
| * | Move `RGBLIGHT_SLEEP` to data driven (#21072) | Ryan | 2023-06-16 | 6 | -3/+7 |
| | | |||||