summaryrefslogtreecommitdiffstats
path: root/util/list_keyboards.sh
Commit message (Collapse)AuthorAgeFilesLines
* Exclude more keyboards from CI (#11436)Zach White2021-01-131-1/+11
| | | | | * exclude all of handwired * exclude more keyboards from CI
* speed up list_keyboards.shMURAOKA Taro2021-01-011-3/+1
|
* Follow symlinks when listing keyboards. (#11250)Nick Brassel2020-12-201-2/+2
|
* Add the ability to exclude keyboards from travis builds (#11178)Zach White2020-12-181-0/+10
* add the ability to exclude keyboards from travis builds * add filtering to make all: * only skip keyboards during make all: * working implementation * forego a CI_KEYBOARDS variable * optimize the startup by only listing keyboards once * add sort -u to all list_keyboard invocations * move the if else if tree back to 1 level