summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/blackpill_f411/mcuconf.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixup ChibiOS header inclusion search ordering. (#19623)Nick Brassel2023-01-191-1/+1
| | | | | | | | * Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
* Fixup EFL and F4's sector selection. (#19221)Nick Brassel2022-12-021-1/+1
|
* onekey: enable ADC for Bluepill and Blackpill (#18545)Ryan2022-09-301-0/+3
|
* Onekey cleanup (#13786)Ryan2021-07-301-0/+1
|
* Fix backlight for F401/F411 blackpill onekey examples (#10320)Sergey Vlasov2020-09-211-0/+3
| | | | | | | | | | | | Fix configs to make the `handwired/onekey/blackpill_f401:backlight` and `handwired/onekey/blackpill_f411:backlight` examples actually compile and work: - Use `PWMD5` instead of `PWMD2` for backlight, which matches the default value of `BACKLIGHT_PAL_MODE` (AF02 for pin A0 is `TIM5_CH1`) and does not conflict with the default value of `STM32_ST_USE_TIMER`. - Enable `HAL_USE_PWM` in halconf.h and `STM32_PWM_USE_TIM5` in mcuconf.h, so that `PWMD5` could be used.
* Initial work for consolidation of ChibiOS platform files (#8327)Nick Brassel2020-08-291-248/+16
| | | | | | | | | | | | | | | | | * 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.
* Add f401 and f411 blackpill examples (#7930)Joel Challis2020-03-061-0/+253
* Add f401 and f411 blackpill examples * Add readme files * Align dfu args with core * Add support for RESET keycode * move STM32_BOOTLOADER_ADDRESS to rules * Update conf files to latest ChibiOS * Update conf files to latest ChibiOS