aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/terrazzo/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Migrate LED Matrix config to info.json (#22792)Joel Challis2024-01-011-34/+2
|
* Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)Ryan2023-12-201-1/+1
|
* Remove unnecessary driver counts (#22435)Joel Challis2023-11-221-1/+0
|
* Rename `DRIVER_ADDR_n` defines (#22200)Ryan2023-10-211-1/+1
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Add and use I2C address defines for ISSI LED drivers (#22008)Ryan2023-09-191-1/+1
|
* is31fl3731: driver naming cleanups (#21918)Ryan2023-09-131-1/+1
|
* Move matrix config to info.json, part 3 (#19991)Ryan2023-03-101-10/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Move encoder config to data driven (#19923)Ryan2023-02-251-38/+0
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Remove default and unused `BACKLIGHT_LEVELS` (#19898)Ryan2023-02-221-1/+0
|
* Remove matrix size defines (#19581)Ryan2023-02-171-7/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-301-1/+0
|
* Change `DRIVER_LED_COUNT` to `{LED,RGB}_MATRIX_LED_COUNT` (#18399)Ryan2022-09-231-1/+1
|
* Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|
* Move keyboard USB IDs and strings to data driven: T (#17899)Ryan2022-08-041-8/+0
|
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-151-21/+25
|
* Fix RGB/LED Suspend defines (#13146)Drashna Jaelre2021-06-101-2/+2
|
* [Keyboard] Fix Terrazzo build failure (#12977)Ryan2021-05-221-0/+21
|
* LED Matrix: rename `LED_DRIVER_LED_COUNT` to `DRIVER_LED_TOTAL` (#11858)Ryan2021-02-151-1/+1
|
* [Keyboard] Add Terrazzo Keyboard (#10408)Anne Demey2020-10-241-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