Joel Challis e869c80af7 Migrate build target markers to keyboard.json - HI (#23540) 2 years ago
..
board.h 499fc3b85e Add some missing `#pragma once`s (#19902) 3 years ago
config.h 65a80f411f Clean up APA102 config and add DD mapping (#20159) 3 years ago
halconf.h e0115caab9 onekey: enable ADC for Bluepill and Blackpill (#18545) 3 years ago
keyboard.json e869c80af7 Migrate build target markers to keyboard.json - HI (#23540) 2 years ago
mcuconf.h e0115caab9 onekey: enable ADC for Bluepill and Blackpill (#18545) 3 years ago
readme.md 9e44362179 Add minimal STM32F103C6 support (#17853) 4 years ago
rules.mk baa6000ed3 Data-Driven Keyboard Conversions: H, Part 3 (#23530) 2 years 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.