| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Only configure `STM32_HSECLK` within `board.h` (#25001) | Joel Challis | 2025-03-10 | 1 | -3/+0 |
| | | |||||
| * | LED drivers: add support for shutdown pin (#23058) | Ryan | 2024-02-15 | 1 | -0/+1 |
| | | | | | | * LED drivers: add support for shutdown pin * Update candidate boards | ||||
| * | Migrate RGB Matrix config to info.json - TUVW (#22910) | Joel Challis | 2024-01-16 | 1 | -26/+0 |
| | | |||||
| * | Migrate dynamic_keymap.layer_count < 4 where requried (#22091) | Joel Challis | 2024-01-09 | 1 | -3/+0 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682) | Ryan | 2023-12-20 | 1 | -1/+1 |
| | | |||||
| * | Remove unnecessary driver counts (#22435) | Joel Challis | 2023-11-22 | 1 | -1/+0 |
| | | |||||
| * | Rename `DRIVER_ADDR_n` defines (#22200) | Ryan | 2023-10-21 | 1 | -2/+2 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | refactor: move default RGB/LED matrix #defines (#21938) | Less/Rikki | 2023-09-28 | 1 | -7/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | * refactor: move default RGB/LED matrix #defines Moving the fallback definitions of macros like LED_MATRIX_VAL_STEP and RGB_MATRIX_MAXIMUM_BRIGHTNESS to header files allows keyboards to leverage these defaults without requiring #ifdef guards (and often repeating said fallback definitions). * style: use if(n)def for consistency and remove redundant UINT8_MAX checks on maximum brightness Co-authored-by: Joel Challis <git@zvecr.com> * refactor: remove INDICATOR_MAX_BRIGHTNESS macro Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com> | ||||
| * | Add and use I2C address defines for ISSI LED drivers (#22008) | Ryan | 2023-09-19 | 1 | -2/+2 |
| | | |||||
| * | is31fl3733: driver naming cleanups (#21905) | Ryan | 2023-09-13 | 1 | -1/+1 |
| | | |||||
| * | Move `FORCE_NKRO` to data driven (#20604) | Ryan | 2023-05-01 | 1 | -4/+0 |
| | | |||||
| * | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-30 | 1 | -1/+0 |
| | | |||||
| * | Add Anvil Native keyboard (#19333) | ebastler | 2022-12-21 | 1 | -0/+113 |
| Co-authored-by: Drashna Jaelre <drashna@live.com> | |||||