| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove empty `url` fields (#25181) | Joel Challis | 2025-04-22 | 1 | -1/+0 |
| * | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 2024-08-25 | 3 | -54/+0 |
| * | Adjust keycode alignment around `QK_BOOT` (#23697) | Ryan | 2024-05-11 | 2 | -2/+2 |
| * | Align NO_SUSPEND_POWER_DOWN keyboard config (#23606) | Joel Challis | 2024-04-24 | 1 | -2/+2 |
| * | Migrate build target markers to keyboard.json - JK (#23588) | Joel Challis | 2024-04-23 | 1 | -0/+0 |
| * | Data-Driven Keyboard Conversions: K, Part 3 (#23566) | James Young | 2024-04-22 | 2 | -13/+6 |
| * | Remove 'NO_USB_STARTUP_CHECK = no' from keyboards (#23376) | Joel Challis | 2024-03-30 | 1 | -1/+0 |
| * | LED drivers: update keyboard LED configs (#23073) | Ryan | 2024-02-25 | 1 | -128/+128 |
| * | Remove obvious user keymaps, keyboards/{i,j,k}* edition (#23102) | Joel Challis | 2024-02-18 | 3 | -186/+0 |
| * | Remove unnecessary driver counts (#22435) | Joel Challis | 2023-11-22 | 1 | -1/+0 |
| * | WT RGB cleanups (#22379) | Ryan | 2023-11-07 | 1 | -0/+140 |
| * | Relocate LED driver init code (#22365) | Ryan | 2023-11-01 | 1 | -1/+1 |
| * | Add `_flush()` functions to LED drivers (#22308) | Ryan | 2023-10-22 | 2 | -46/+48 |
| * | Dedupe I2C, SPI, UART driver inclusions (#22253) | Ryan | 2023-10-13 | 1 | -1/+1 |
| * | is31fl3733: driver naming cleanups (#21905) | Ryan | 2023-09-13 | 1 | -1/+1 |
| * | RGB Matrix: driver naming cleanups (#21594) | Ryan | 2023-08-23 | 2 | -12/+12 |
| * | Move 65% layouts to data driven (#20308) | Ryan | 2023-04-04 | 2 | -19/+74 |
| * | Move matrix config to info.json, part 8 (#20030) | Ryan | 2023-03-10 | 2 | -8/+5 |
| * | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 1 | -4/+0 |
| * | Migrate `MCU` and `BOOTLOADER` to data-driven (#19529) | Ryan | 2023-02-08 | 2 | -6/+2 |
| * | Remove unused Bootmagic row/col defines from config.h (#19761) | Ryan | 2023-02-07 | 1 | -4/+0 |
| * | Remove unused `GRAVE_ESC_CTRL_OVERRIDE` from config.h (#19752) | Ryan | 2023-02-06 | 1 | -5/+0 |
| * | Debounce defines cleanup (#19742) | Ryan | 2023-02-03 | 1 | -3/+0 |
| * | Remove unused `MATRIX_HAS_GHOST` from config.h (#19726) | Ryan | 2023-02-03 | 1 | -3/+0 |
| * | Clean up Force NKRO in config.h (#19718) | Ryan | 2023-01-30 | 1 | -33/+0 |
| * | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-30 | 1 | -1/+0 |
| * | Migrate `LAYOUTS` to data driven (#19541) | Ryan | 2023-01-10 | 2 | -2/+1 |
| * | VIA V3 - The Custom UI Update (#18222) | Wilba | 2022-11-09 | 1 | -3/+0 |
| * | Remove legacy Grave Escape keycodes (#18787) | Ryan | 2022-10-21 | 3 | -3/+3 |
| * | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -1/+1 |
| * | RESET -> QK_BOOT user keymaps (#17940) | Joel Challis | 2022-08-22 | 1 | -1/+1 |
| * | Move keyboard USB IDs and strings to data driven: K (#17846) | Ryan | 2022-08-03 | 2 | -8/+7 |
| * | RESET -> QK_BOOT default keymaps (#17037) | Joel Challis | 2022-05-15 | 2 | -2/+2 |
| * | Keebwerk devices keymaps (#15504) | Jesús Vallejo | 2021-12-27 | 3 | -0/+186 |
| * | Tidy up NKRO_ENABLE rules (#15382) | Ryan | 2021-12-09 | 1 | -2/+1 |
| * | Tidy up `SLEEP_LED_ENABLE` rules (#15362) | Ryan | 2021-12-01 | 1 | -2/+0 |
| * | Remove `BOOTMAGIC_ENABLE = lite` option (#15002) | James Young | 2021-11-04 | 1 | -1/+1 |
| * | Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) | Ryan | 2021-09-12 | 1 | -1/+0 |
| * | Remove width, height and key_count from info.json (#14274) | Ryan | 2021-09-12 | 1 | -3/+1 |
| * | Various fixes from reorg of files (#14051) | Joel Challis | 2021-08-18 | 1 | -1/+1 |
| * | Remove Full Bootmagic (#13846) | James Young | 2021-08-07 | 1 | -1/+1 |
| * | Move some led drivers to common folder (#13749) | Joel Challis | 2021-07-31 | 2 | -2/+2 |
| * | Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) | Ryan | 2021-06-08 | 1 | -0/+3 |
| * | Fix up comments showing how to execute config migration. (#11621) | Nick Brassel | 2021-01-19 | 2 | -2/+2 |
| * | Disable subsystems repo-wide. (#11449) | Nick Brassel | 2021-01-09 | 1 | -45/+0 |
| * | ChibiOS upgrade: keyboard conf migrations (phase 1) (#10418) | Nick Brassel | 2020-12-05 | 3 | -1466/+78 |
| * | [Keyboard] Keebwerk MEGA Initial commit (#10777) | yiancar | 2020-11-09 | 15 | -0/+1946 |