summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/pytest/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove matrix size defines (#19581)Ryan2023-02-171-4/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Map `PRODUCT` define to `keyboard_name` (#14372)Ryan2021-11-051-7/+0
| | | | | | | * Map `PRODUCT` define to `keyboard_name` * Fix tests * Fix last test
* Migrate python tests away from onekey (#11367)Joel Challis2021-01-051-0/+18
* Migrate python tests away from onekey * Add stub files to stop lint complaints * Make all the pytest keymaps compile