summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/onekey/blackpill_f401/config.h
Commit message (Collapse)AuthorAgeFilesLines
* Relocate backlight drivers (#21444)Ryan2023-07-081-1/+0
|
* Clean up APA102 config and add DD mapping (#20159)Ryan2023-03-201-2/+0
|
* Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-1/+0
|
* Fixup EFL and F4's sector selection. (#19221)Nick Brassel2022-12-021-1/+5
|
* [Core] PWM Backlight for RP2040 (#17706)Stefan Kerkmann2022-10-041-0/+1
|
* Onekey: migrate some stuff to data driven (#18502)Ryan2022-09-301-6/+2
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-201-2/+0
|\
| * Move keyboard USB IDs and strings to data driven, pass 2: handwired (#18079)Ryan2022-08-201-2/+0
| |
* | Remove `UNUSED_PINS` (#17931)Nick Brassel2022-08-061-1/+0
|/
* Onekey cleanup (#13786)Ryan2021-07-301-3/+5
|
* Fix backlight for F401/F411 blackpill onekey examples (#10320)Sergey Vlasov2020-09-211-1/+1
| | | | | | | | | | | | 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.
* Set backlight and RGB pins for AVR onekeys (#8533)Ryan2020-03-241-0/+2
| | | | | | | | | | | * Set backlight and RGB pins for AVR onekeys * Set pin for ADC as well * Define ADC_PIN for F4 blackpills * Use A0 for F4 ADCs * Set ADC pins for F0 and F1
* Add f401 and f411 blackpill examples (#7930)Joel Challis2020-03-061-0/+29
* 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