summaryrefslogtreecommitdiffstats
path: root/keyboards/tgr/alice/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move keyboard USB IDs and strings to data driven: T (#17899)Ryan2022-08-041-6/+0
|
* Refactor to use led config - Part 6 (#12115)Joel Challis2021-03-101-0/+4
| | | | | | | | | | | | | | | | | | | * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * Convert to config * revert changes
* V-USB: Use manufacturer and product strings from config.h (#7797)Ryan2020-03-261-3/+1
| | | | | * V-USB: Use manufacturer and product strings from config.h * Update board configs
* Remove NO_UART defines from config.h for V-USB boards (#8351)Ryan2020-03-091-2/+0
|
* Remove custom backlight code for PS2AVRGB boards (#7775)fauxpark2020-01-181-0/+3
| | | | | | | | | | | | | | * Remove custom backlight code for PS2AVRGB boards * Remove custom driver setting * BACKLIGHT_BREATHING goes in config.h, not here * Don't need to include backlight.c again here either * Turn on backlight for Canoe * Disable console on a few boards due to oversize
* Set device version from config.h for V-USB boards (#7316)fauxpark2019-11-151-0/+1
|
* Move Alice to TGR Directory (#6502)MechMerlin2019-08-071-0/+38
* git mv alice into the tgr directory * update readme with new build instructions