| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate `g_led_config` to DD (S) (#25624) | Jack Sangdahl | 2025-09-09 | 2 | -36/+15 |
| | | |||||
| * | Remove `"command":false` from keyboards (#25193) | Joel Challis | 2025-04-24 | 1 | -1/+0 |
| | | |||||
| * | Remove `"console":false` from keyboards (#25190) | Joel Challis | 2025-04-23 | 1 | -1/+0 |
| | | |||||
| * | Update keycodes for keyboards with RGB Matrix (#24484) | Ryan | 2024-11-24 | 1 | -1/+1 |
| | | |||||
| * | Rename RGB/HSV structs: keyboard-level code (#24476) | Ryan | 2024-10-12 | 1 | -1/+1 |
| | | |||||
| * | Migrate features and LTO from rules.mk to data driven (#23302) | Joel Challis | 2024-03-30 | 2 | -14/+12 |
| | | |||||
| * | Remove obvious user keymaps, keyboards/{s,t}* edition. (#23084) | Joel Challis | 2024-02-15 | 2 | -93/+0 |
| | | |||||
| * | Migrate RGB Matrix config to info.json - RS (#22909) | Joel Challis | 2024-01-16 | 2 | -47/+20 |
| | | |||||
| * | RGB Matrix: driver naming cleanups (#21594) | Ryan | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | Move `RGBLIGHT_LED_MAP` to data driven (#21095) | Ryan | 2023-06-14 | 2 | -25/+1 |
| | | |||||
| * | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | 2023-04-08 | 2 | -1/+3 |
| | | |||||
| * | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2023-04-06 | 2 | -1/+3 |
| | | |||||
| * | Move small macropad-ish layouts to data driven (#20341) | Ryan | 2023-04-05 | 2 | -24/+15 |
| | | |||||
| * | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | 2023-03-26 | 1 | -1/+0 |
| | | |||||
| * | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 2 | -7/+3 |
| | | |||||
| * | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Clean up `DEBOUNCE` in config.h, 0-9 * Clean up `DEBOUNCE` in config.h, A * Clean up `DEBOUNCE` in config.h, B * Clean up `DEBOUNCE` in config.h, C * Clean up `DEBOUNCE` in config.h, D * Clean up `DEBOUNCE` in config.h, E * Clean up `DEBOUNCE` in config.h, F * Clean up `DEBOUNCE` in config.h, G * Clean up `DEBOUNCE` in config.h, H * Clean up `DEBOUNCE` in config.h, handwired * Clean up `DEBOUNCE` in config.h, I * Clean up `DEBOUNCE` in config.h, J * Clean up `DEBOUNCE` in config.h, K * Clean up `DEBOUNCE` in config.h, L * Clean up `DEBOUNCE` in config.h, M * Clean up `DEBOUNCE` in config.h, N * Clean up `DEBOUNCE` in config.h, O * Clean up `DEBOUNCE` in config.h, P * Clean up `DEBOUNCE` in config.h, Q * Clean up `DEBOUNCE` in config.h, R * Clean up `DEBOUNCE` in config.h, S * Clean up `DEBOUNCE` in config.h, T * Clean up `DEBOUNCE` in config.h, U * Clean up `DEBOUNCE` in config.h, V * Clean up `DEBOUNCE` in config.h, W * Clean up `DEBOUNCE` in config.h, X * Clean up `DEBOUNCE` in config.h, Y * Clean up `DEBOUNCE` in config.h, Z * Remove default debounce from info.json * Migrate non-default debounce to info.json | ||||
| * | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-30 | 1 | -1/+0 |
| | | |||||
| * | [Keymap] superfell's custom keymap for the 0xc pad (#19196) | Simon Fell | 2022-12-13 | 2 | -0/+93 |
| | | |||||
| * | Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) | Ryan | 2022-11-26 | 1 | -1/+1 |
| | | |||||
| * | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -1/+1 |
| | | |||||
| * | RESET -> QK_BOOT keyboard readme (#18110) | Joel Challis | 2022-08-20 | 1 | -1/+1 |
| | | |||||
| * | [Keyboard] 0xc_pad LED index correction (#17120) | Albert Y | 2022-05-20 | 1 | -8/+12 |
| | | |||||
| * | [Keyboard] Add s-ol/0xC.pad (#16057) | sol | 2022-04-13 | 12 | -0/+288 |
| * [Keyboard] Add s_ol/0xc_pad * [Keyboard] add factory testing RGB_MATRIX pattern Co-authored-by: s-ol <s-ol@users.noreply.github.com> | |||||