Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move RGBLight animations to data driven (#21635) | Ryan | 2023-08-23 | 2 | -31/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 2023-06-18 | 2 | -1/+3 |
| | |||||
* | Move remaining `LAYOUT`s to data driven (#20422) | Ryan | 2023-04-15 | 2 | -130/+82 |
| | |||||
* | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 1 | -3/+0 |
| | |||||
* | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | 2023-03-26 | 2 | -1/+3 |
| | |||||
* | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 2023-03-16 | 2 | -19/+1 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Move matrix config to info.json, part 7 (#20020) | Ryan | 2023-03-11 | 2 | -5/+5 |
| | |||||
* | Move backlight config to data driven (#19910) | Ryan | 2023-02-26 | 2 | -2/+3 |
| | |||||
* | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | 2023-02-22 | 1 | -1/+0 |
| | |||||
* | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 1 | -3/+0 |
| | |||||
* | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 2 | -6/+2 |
| | |||||
* | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-31 | 1 | -1/+0 |
| | |||||
* | Remove .noci functionality (#19122) | Joel Challis | 2022-11-21 | 1 | -0/+0 |
| | |||||
* | Remove legacy keycodes, part 5 (#18710) | Ryan | 2022-10-15 | 1 | -1/+1 |
| | | | | | * `KC_SLCK` -> `KC_SCRL` * `KC_NLCK` -> `KC_NUM` | ||||
* | Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727) | Drashna Jaelre | 2022-10-15 | 1 | -1/+10 |
| | |||||
* | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-21 | 1 | -1/+1 |
| | |||||
* | Move keyboard USB IDs and strings to data driven: M (#17859) | Ryan | 2022-08-03 | 2 | -7/+7 |
| | |||||
* | move mechkeys keyboards into the mechkeys/ vendor folder (#15760) | peepeetee | 2022-02-11 | 9 | -0/+352 |
* move mechkeys keyboards to mechkeys/ * fix compilation * fix default folder |