| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include `math.h` where necessary. (#25122) | Nick Brassel | 2025-04-09 | 1 | -0/+1 |
| | | |||||
| * | Move LED Matrix LED config to data driven (#24122) | Ryan | 2024-07-19 | 1 | -33/+0 |
| | | |||||
| * | Remove more unnecessary `quantum.h` includes (#23402) | Ryan | 2024-04-05 | 1 | -4/+0 |
| | | |||||
| * | Update keyboard LED driver configs (#22638) | Ryan | 2023-12-18 | 1 | -1/+1 |
| | | |||||
| * | Update ISSI LED types (#22099) | Ryan | 2023-10-04 | 1 | -1/+1 |
| | | |||||
| * | Remove lingering DRIVER_LED_TOTAL references (#18594) | jack | 2022-10-05 | 1 | -1/+1 |
| | | |||||
| * | Fix Per Key LED Indicator Callbacks (#18450) | Drashna Jaelre | 2022-10-05 | 1 | -5/+9 |
| | | | | | Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com> Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
| * | Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399) | Ryan | 2022-09-23 | 1 | -4/+4 |
| | | |||||
| * | Remove use of __flash due to LTO issues (#15268) | Joel Challis | 2021-11-24 | 1 | -1/+1 |
| | | |||||
| * | __flash? (#13799) | Joel Challis | 2021-07-31 | 1 | -1/+1 |
| | | |||||
| * | [Keyboard] Fix Terrazzo build failure (#12977) | Ryan | 2021-05-22 | 1 | -0/+33 |
| | | |||||
| * | Terrazzo: Fix wrong LED Matrix function names (#12561) | Ryan | 2021-04-13 | 1 | -2/+2 |
| | | |||||
| * | LED Matrix: Clean up includes (#12197) | Ryan | 2021-03-13 | 1 | -1/+0 |
| | | |||||
| * | LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858) | Ryan | 2021-02-15 | 1 | -4/+4 |
| | | |||||
| * | Normalise include statements in keyboard code (#11185) | Ryan | 2020-12-16 | 1 | -1/+1 |
| | | |||||
| * | [Keyboard] Add Terrazzo Keyboard (#10408) | Anne Demey | 2020-10-24 | 1 | -0/+165 |
| * 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 | |||||