Add minimal STM32F103C6 support (#17853)
Unfortunately, the crippled versions of “Bluepill” boards with
STM32F103C6xx chips instead of STM32F103C8xx are now sold all over the
place, sometimes advertised in a confusing way to make the difference
not noticeable until too late. Add minimal support for these MCUs in
the common “Bluepill with stm32duino” configuration, so that it could be
possible to make something useful from those boards (although fitting
QMK into the available 24 KiB of flash may be rather hard).
(In fact, I'm not sure whether the “STM32” part of the chip name is
actually correct for those boards of uncertain origin, so the onekey
board name is `bluepill_f103c6`; another reason for that name is to
match the existing `blackpill_f401` and `blackpill_f411`.)
The EEPROM emulation support is not included on purpose, because
enabling it without having a working firmware size check would be
irresponsible with such flash size (the chance that someone would build
a firmware where the EEPROM backing store ends up overlapping some
firmware code is really high). Other than that, enabling the EEPROM
emulation code is mostly trivial (the `wear_leveling` driver with the
`embedded_flash` backing store even works without any custom
configuration, although its code is significantly larger than the
`vendor` driver, which may also be important for such flash size).
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] Add Iris Rev. 7 (#17967)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Add cursor layer to DMQ Spin (#17996)
Merge remote-tracking branch 'origin/master' into develop
update ecila layout (#17975)
-update layout
Merge remote-tracking branch 'origin/master' into develop
Format code according to conventions (#17990)
Merge remote-tracking branch 'origin/master' into develop
[Keymap] update fave104 keymap (#17988)
[Keymap] Added personal keymap for keebio/iris/rev6 (#17971)
[Keyboard] Add Aperture keyboard (#17980)
Merge remote-tracking branch 'origin/master' into develop
[Keyboard] fix: unicorne info.json LAYOUT (#17981)
Merge remote-tracking branch 'origin/master' into develop
Acheron Athena Layout Macro Refactor and Additions (#17973)
Merge remote-tracking branch 'origin/master' into develop
KBDfans KBD67 rev2: rename LAYOUT_65_ansi_split_bs_2_right_mods macro (#17972)
Merge remote-tracking branch 'origin/master' into develop