You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nick Brassel 416af0171c
Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353)
1 year ago
..
board.h Add some missing `#pragma once`s (#19902) 1 year ago
config.h Clean up APA102 config and add DD mapping (#20159) 1 year ago
halconf.h onekey: enable ADC for Bluepill and Blackpill (#18545) 1 year ago
info.json Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303) 1 year ago
mcuconf.h onekey: enable ADC for Bluepill and Blackpill (#18545) 1 year ago
readme.md Add minimal STM32F103C6 support (#17853) 1 year ago
rules.mk Remove CORTEX_ENABLE_WFI_IDLE from keyboards. (#21353) 1 year ago

readme.md

STM32F103C6xx Bluepill onekey

  • Supported hardware: Bluepill boards with the STM32F103C6xx chips

Note that STM32F103C6xx chips have only 32 KiB of flash and 10 KiB of RAM, and the stm32duino bootloader occupies 8 KiB of flash, leaving only 24 KiB for the firmware, therefore the capabilities of this board are severely restricted in comparison to proper Bluepill boards with STM32F103CBxx or STM32F103C8xx chips (128 or 64 KiB of flash and 20 KiB of RAM). You may need to disable many features in the QMK firmware to bring its compiled size below 24 KiB. Please avoid designing new keyboards with these MCUs unless you are stuck with some hardware that you already have and don't want to just throw away.

To trigger keypress, short together pins B0 and A7.