aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/stm32/chconf.h
Commit message (Collapse)AuthorAgeFilesLines
* Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel2020-08-291-712/+0
| | | | | | | | | | | | | | | | | * Initial work for consolidation of board files and default ChibiOS configs. * Migrate F401/F411 black pills for testing. * Add early init bootloader jump flag. * Add support for I2C in order to use i2c_scanner keymap. * Add F401/F411 HSE bypass to get things booting. * Exempt "hooked" ChibiOS conf files from updater script. * Fix up ordering for bootloader_defs file check. * Match previous $(KEYBOARD_PATHS) value for Proton-C, updated for all board configs.
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-291-38/+231
|
* Run clang-format manually to fix recently changed fileszvecr2019-11-171-14/+25
|
* clang-format changesskullY2019-08-301-72/+60
|
* Adds Proton C Conversion (#4661)Jack Humbert2019-01-101-0/+520
* adds proton c base * fixes custom matrix include * adds readme.md * initial proton coversion, no pin mapping * start of mcu selection * add pin mapping and sweet16 test * add at90 to list * disable backlight, fix d7 * update flag names * doc updates * proton c update for mcu selection