summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/splittest/bluepill/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Move matrix config to info.json, part 6 (#20019)Ryan2023-03-111-5/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Fix up splittest/bluepill (#17897)Joel Challis2022-08-031-1/+1
|
* add bluepill mcu to splittest (#16959)dvermd2022-08-031-0/+16
* add bluepill mcu to splittest * fix typo * refactoring * mcu config goes to mcuconf.h of keyboard * keymap specific config goes to keymap config.h * keyboard specific depending of keymap goes to post_config.h * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * Apply suggested change Co-authored-by: Ryan <fauxpark@gmail.com> * splittest/bluepill: improve documentation Co-authored-by: Ryan <fauxpark@gmail.com>