| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Migrate LED Matrix config to info.json (#22792) | Joel Challis | 2024-01-01 | 1 | -34/+2 |
| | | |||||
| * | Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681) | 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 | -1/+1 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Add and use I2C address defines for ISSI LED drivers (#22008) | Ryan | 2023-09-19 | 1 | -1/+1 |
| | | |||||
| * | is31fl3731: driver naming cleanups (#21918) | Ryan | 2023-09-13 | 1 | -1/+1 |
| | | |||||
| * | Move matrix config to info.json, part 3 (#19991) | Ryan | 2023-03-10 | 1 | -10/+0 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Move encoder config to data driven (#19923) | Ryan | 2023-02-25 | 1 | -38/+0 |
| | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Remove default and unused `BACKLIGHT_LEVELS` (#19898) | Ryan | 2023-02-22 | 1 | -1/+0 |
| | | |||||
| * | Remove matrix size defines (#19581) | Ryan | 2023-02-17 | 1 | -7/+0 |
| | | |||||
| * | Remove usages of config_common.h from config.h files. (#19714) | Nick Brassel | 2023-01-30 | 1 | -1/+0 |
| | | |||||
| * | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -1/+1 |
| | | |||||
| * | Remove `UNUSED_PINS` (#17931) | Nick Brassel | 2022-08-06 | 1 | -1/+0 |
| | | |||||
| * | Move keyboard USB IDs and strings to data driven: T (#17899) | Ryan | 2022-08-04 | 1 | -8/+0 |
| | | |||||
| * | Require explicit enabling of RGB Matrix modes (#15018) | Drashna Jaelre | 2021-11-15 | 1 | -21/+25 |
| | | |||||
| * | Fix RGB/LED Suspend defines (#13146) | Drashna Jaelre | 2021-06-10 | 1 | -2/+2 |
| | | |||||
| * | [Keyboard] Fix Terrazzo build failure (#12977) | Ryan | 2021-05-22 | 1 | -0/+21 |
| | | |||||
| * | LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858) | Ryan | 2021-02-15 | 1 | -1/+1 |
| | | |||||
| * | [Keyboard] Add Terrazzo Keyboard (#10408) | Anne Demey | 2020-10-24 | 1 | -0/+104 |
| * Ciao Terrazzo! * Keymap updates * Adding info json Cleaning up keymap files Readme updates with template * Coding style updates * Removing vscode files * PR feedback updates * biton32 -> get_highest_layer update Adding license headers | |||||