| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-30 | Migrate `g_led_config` to DD (0-9, A) (#25558) | Jack Sangdahl | 2 | -40/+74 | |
| 2025-04-24 | Remove `"command":false` from keyboards (#25193) | Joel Challis | 1 | -1/+0 | |
| 2025-04-23 | Remove `"console":false` from keyboards (#25190) | Joel Challis | 1 | -1/+0 | |
| 2025-04-22 | Remove empty `url` fields (#25181) | Joel Challis | 9 | -9/+0 | |
| 2025-01-30 | Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24845) | Joel Challis | 1 | -1/+0 | |
| 2025-01-20 | Migrate some DEFAULT_FOLDER to keyboard_aliases.hjson (#24835) | Joel Challis | 1 | -1/+0 | |
| 2025-01-20 | Remove DEFAULT_FOLDER where keyboard aliases already exists (#24838) | Joel Challis | 1 | -1/+0 | |
| 2024-08-26 | Remove all via-enabled keymaps, including `via`. (#24322) | Nick Brassel | 12 | -325/+0 | |
| 2024-08-25 | Update Underglow keycodes (#23765) | Ryan | 2 | -6/+6 | |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| 2024-07-11 | Various fixes for keyboards not implementing callbacks correctly (#24092) | Joel Challis | 1 | -1/+3 | |
| 2024-06-22 | Migrate `led_update_kb` implementations to DD (#23980) | Joel Challis | 4 | -31/+13 | |
| 2024-05-20 | Remove RGB keycodes from boards with no RGB config (#23709) | Ryan | 4 | -12/+12 | |
| 2024-05-17 | Delete trivial keymap readmes (#23714) | Ryan | 10 | -20/+0 | |
| 2024-05-03 | Update GPIO API usage in keyboard code (#23361) | Ryan | 3 | -21/+21 | |
| 2024-04-12 | Migrate build target markers to keyboard.json - 0AB (#23488) | Joel Challis | 2 | -0/+0 | |
| 2024-04-02 | Data-Driven Keyboard Conversions: A (#23379) | James Young | 19 | -164/+88 | |
| 2024-03-14 | Migrate features from rules.mk to DD (#23247) | Joel Challis | 2 | -11/+8 | |
| 2024-02-09 | LED drivers: place I2C addresses into an array (#22975) | Ryan | 1 | -4/+4 | |
| 2024-01-02 | Migrate RGB Matrix config to info.json - A (#22798) | Joel Challis | 2 | -60/+52 | |
| 2023-12-20 | Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682) | Ryan | 1 | -1/+1 | |
| 2023-12-13 | fix: improper usage of keyboard/user-level functions (#22652) | Less/Rikki | 1 | -22/+28 | |
| 2023-11-22 | Remove unnecessary driver counts (#22435) | Joel Challis | 1 | -1/+0 | |
| 2023-11-01 | Relocate LED driver init code (#22365) | Ryan | 2 | -4/+4 | |
| 2023-10-22 | Add `_flush()` functions to LED drivers (#22308) | Ryan | 1 | -17/+6 | |
| 2023-10-21 | Rename `DRIVER_ADDR_n` defines (#22200) | Ryan | 2 | -8/+8 | |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| 2023-10-13 | Dedupe I2C, SPI, UART driver inclusions (#22253) | Ryan | 1 | -1/+1 | |
| 2023-10-04 | Update ISSI LED types (#22099) | Ryan | 1 | -1/+1 | |
| 2023-09-25 | Simplify more feature driver defines (#22090) | Ryan | 1 | -1/+1 | |
| 2023-09-19 | Add and use I2C address defines for ISSI LED drivers (#22008) | Ryan | 1 | -2/+2 | |
| 2023-09-14 | Migrate i2c EEPROM_DRIVER to info.json (#22013) | Joel Challis | 2 | -2/+3 | |
| 2023-09-13 | is31fl3731: driver naming cleanups (#21918) | Ryan | 1 | -1/+1 | |
| 2023-09-04 | Resolve some "Layout should not contain name of keyboard" lint warnings (#21898) | Joel Challis | 9 | -111/+24 | |
| 2023-08-23 | Move RGBLight animations to data driven (#21635) | Ryan | 2 | -13/+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 | |||||
| 2023-08-23 | RGB Matrix: driver naming cleanups (#21594) | Ryan | 1 | -9/+9 | |
| 2023-08-15 | OLED: driver naming cleanups (#21710) | Ryan | 2 | -2/+0 | |
| 2023-06-23 | Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) | Nick Brassel | 1 | -2/+0 | |
| * Remove CORTEX_ENABLE_WFI_IDLE from the codebase. * Turn on CORTEX_ENABLE_WFI_IDLE by default. | |||||
| 2023-06-18 | Move `RGBLED_NUM` to data driven (#21278) | Ryan | 2 | -1/+3 | |
| 2023-05-17 | AEBoards Aegis Layout Additions (#20960) | James Young | 6 | -126/+543 | |
| * add matrix_diagram.md * rename LAYOUT_aegis to LAYOUT_all * info.json: apply friendly formatting * add LAYOUT_numpad with reference keymap * add LAYOUT_2u_bs_275u_rshift with reference keymap | |||||
| 2023-05-02 | `info.json` whitespace cleanups (#20651) | Ryan | 3 | -3/+0 | |
| 2023-04-25 | Move miscellaneous layouts to data driven (#20516) | Ryan | 11 | -878/+391 | |
| 2023-04-18 | AEBoards Constellation Layout Macro Updates (#20487) | James Young | 9 | -9/+335 | |
| * add matrix diagrams * rename LAYOUT_all to LAYOUT_65_ansi_rwkl_split_bs * add LAYOUT_65_ansi_rwkl with reference keymap | |||||
| 2023-04-16 | AEBoards Satellite Rev1 Layout Macro Conversion (#20442) | James Young | 4 | -76/+94 | |
| * add matrix_diagram.md * rename LAYOUT_all to LAYOUT_65_ansi_rwkl * info.json: apply friendly formatting | |||||
| 2023-04-15 | Move single `LAYOUT_all`s to data driven (#20430) | Ryan | 10 | -415/+273 | |
| 2023-04-08 | Move `RGB_MATRIX_DRIVER` to data driven (#20350) | Ryan | 2 | -1/+3 | |
| 2023-04-06 | Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) | Ryan | 2 | -1/+1 | |
| 2023-03-26 | Move `WS2812_DRIVER` to data driven (#20248) | Ryan | 2 | -1/+3 | |
| 2023-03-17 | Remove more empty headers (#20155) | Ryan | 1 | -17/+0 | |
| 2023-03-16 | Remove useless "ifdef KEYBOARD_*" (#20078) | Ryan | 6 | -126/+0 | |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| 2023-03-11 | Move matrix config to info.json, part 5 (#20003) | Ryan | 8 | -32/+20 | |
| Co-authored-by: Nick Brassel <nick@tzarc.org> | |||||
| 2023-02-26 | Move backlight config to data driven (#19910) | Ryan | 2 | -4/+5 | |
