summaryrefslogtreecommitdiffstats
path: root/keyboards/zvecr/zv48/f401/rules.mk
Commit message (Collapse)AuthorAgeFilesLines
* Migrate `MCU` and `BOOTLOADER` to data-driven (#19529)Ryan2023-02-081-7/+0
|
* Specify blackpill board files where relevant (#17521)Joel Challis2022-07-011-0/+1
|
* Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)Ryan2021-06-081-2/+2
| | | | | | | | | | | | | | | | | * Set bootloader to stm32-dfu for STM32F303 * Set bootloader to stm32-dfu for STM32F0x2 * Set bootloader to stm32-dfu for STM32F4x1 * Set bootloader to stm32duino for sowbug * Delete redundant bootloader_defs headers * Add some missing MCU name comments * Move APM32 dfu-suffix overrides underneath bootloader * Remove redundant STM32_BOOTLOADER_ADDRESS defines/rules
* Add a <FEATURE>_SUPPORTED flag (#9058)Zach White2021-01-301-0/+4
| | | | | | | | | | | | | | | | | | * Initial attempt at allowing keyboards to indicate what features they do not support * try to use a for loop instead * Update disable_features.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * add a few more features * remove my test fixture * disable things that make all:all suggested" Co-authored-by: Zach White <skullydazed@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
* Add STM32F401/F411 to mcu_selection.mk (#10278)Ryan2020-09-181-26/+4
| | | | | | | * Reorder STM32 MCUs * Add STM32F4xx to mcu_selection.mk * Set MCU for phoenix and tkw/stoutgat/v2/f411
* [Keyboard] Add zvecr/zv48 (#9227)Joel Challis2020-06-031-0/+27
* Add zv48 keyboard * tidy up rules * correct product name