Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-13 | is31fl3733: driver naming cleanups (#21905) | Ryan | |
2023-09-13 | is31fl3741: driver naming cleanups (#21929) | Ryan | |
2023-09-04 | Clean up RGB LED type (#21859) | Ryan | |
2023-08-23 | Move RGBLight animations to data driven (#21635) | Ryan | |
* 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 | |||
2023-08-23 | RGB Matrix: driver naming cleanups (#21594) | Ryan | |
2023-08-23 | Simplfy RGB/LED matrix effect logic (#21703) | Joel Challis | |
2023-08-15 | rgblight: driver selection cleanups (#21558) | Ryan | |
2023-07-21 | backlight: split AVR PWM and timer drivers (#21540) | Ryan | |
2023-07-08 | Merge remote-tracking branch 'upstream/master' into develop | fauxpark | |
2023-07-08 | Add a turbo feature to coffee keymap (#21291) | CoffeeIsLife | |
Co-authored-by: Fae <faenkhauser@gmail.com> | |||
2023-07-06 | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | |
2023-07-02 | Move miscellaneous defines to data driven (#21382) | Ryan | |
2023-07-02 | Get rid of `USB_LED_NUM_LOCK` (#21424) | Ryan | |
2023-06-24 | Move `RGBLIGHT_HUE/SAT/VAL_STEP` to data driven (#21292) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-06-18 | Move `RGBLED_NUM` to data driven (#21278) | Ryan | |
2023-06-16 | Move `RGBLIGHT_SLEEP` to data driven (#21072) | Ryan | |
2023-05-31 | [Keymap] Cleanup coffeeislife87 keymap and remove features (#21061) | CoffeeIsLife | |
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Fae <faenkhauser@gmail.com> | |||
2023-05-27 | Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-05-15 | Keymap introspection for combos. (#19670) | Nick Brassel | |
2023-05-09 | Clean up trailing commas from info.json (#20812) | Ryan | |
2023-05-02 | `info.json` whitespace cleanups (#20651) | Ryan | |
2023-05-01 | Move `USB_MAX_POWER_CONSUMPTION` to data driven (#20648) | Ryan | |
2023-05-01 | Move `FORCE_NKRO` to data driven (#20604) | Ryan | |
2023-04-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-04-30 | [Keymap update] Keymap & docs update (#20298) | Lui Wolff | |
Co-authored-by: Pablo MartÃnez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-04-27 | Move 60% layouts to data driven (#20477) | Ryan | |
2023-04-25 | Move miscellaneous layouts to data driven (#20516) | Ryan | |
2023-04-15 | Move single `60_ansi`, `60_hhkb` and `60_iso` layouts to data driven (#20438) | Ryan | |
2023-04-12 | Move single `LAYOUT`s to data driven (#20365) | Ryan | |
2023-04-08 | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | |
2023-04-06 | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | |
2023-04-05 | Move TKL layouts to data driven (#20337) | Ryan | |
2023-04-04 | Move 65% layouts to data driven (#20308) | Ryan | |
2023-04-03 | Add core/fallback encoder behaviour (#20320) | jack | |
2023-04-03 | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | |
2023-04-03 | Add direction to dynamic_macro_record_start_user (#19689) | Johannes H. Jensen | |
2023-03-29 | Move ortho & numpad layouts to data driven (#20183) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-03-26 | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | |
2023-03-23 | Remove `RGB_DI_PIN` ifdefs (#20218) | Ryan | |
2023-03-17 | Remove more empty headers (#20155) | Ryan | |
2023-03-11 | Move matrix config to info.json, part 8 (#20030) | Ryan | |
2023-03-07 | [Keymap] Smooted's BM80v2 keymap (#19873) | Olivia | |
2023-02-26 | Move encoder config to data driven (#19923) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-02-26 | Move backlight config to data driven (#19910) | Ryan | |
2023-02-23 | VIA Protocol 12 + fixes (#19916) | Nick Brassel | |
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com> | |||
2023-02-22 | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | |
2023-02-21 | Move backlight config to data driven, part 1 (#19887) | Ryan | |
2023-02-19 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-02-19 | BM40 keymap for Skewwhiffy, revamp (#19876) | Kenny Hung (he) | |
2023-02-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |