summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/splittest/promicro/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-5/+0
|
* Fix up splittest/bluepill (#17897)Joel Challis2022-08-031-2/+0
|
* add bluepill mcu to splittest (#16959)dvermd2022-08-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Remove bootloader listings from rules.mk (#14330)Ryan2021-09-101-7/+0
|
* Cleanup rules.mk for 32U4 keyboards, H (#7030)fauxpark2019-10-201-48/+2
| | | | | | * Cleanup rules.mk for 32U4 keyboards, H * Change some boards incorrectly assumed to be halfkay
* [Keyboard] Refactor handwired/splittest to support multiple boards (#6373)Joel Challis2019-07-201-0/+58
* Refactor splittest to support multiple dev boards * Refactor splittest to support multiple dev boards - revert change to number of RGB led * Refactor splittest to support multiple dev boards - update docs * Refactor splittest to support multiple dev boards - correct docs * Refactor splittest to support multiple dev boards - update teensy master logic