qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.02k stars 38.73k forks source link

[Feature Request] Support HT32F1755 ARM Cortex-M3 (CM Storm QFR-i) #8420

Closed B3QL closed 4 years ago

B3QL commented 4 years ago

It would be great to have support for CM Quick Fire RAPID-i .

Feature Request Type

Description

Microcontroller: Holtek HT32F1755 Datasheet Custom update protocol: http://spritesmods.com/?art=rapidisnake&page=4

tzarc commented 4 years ago

This is unlikely, unless someone is able to add support for the MCU and get it merged into the upstream https://github.com/ChibiOS/ChibiOS-Contrib repository. QMK does not have the resources to maintain their own set of MCU definitions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. For maintainers: Please label with bug, in progress, on hold, discussion or to do to prevent the issue from being re-flagged.

stale[bot] commented 4 years ago

This issue has been automatically closed because it has not had activity in the last 30 days. If this issue is still valid, re-open the issue and let us know.

ppkt commented 4 years ago

@B3QL have you seen these repos? https://github.com/pok3r-custom/pok3r_re_firmware https://github.com/pok3r-custom/qmk_pok3r

pok3r keyboards are using the same MCU as CM Storm - HT32 - and they even patched ChibiOS to add support for this MCU: https://github.com/pok3r-custom/ChibiOS-Contrib

B3QL commented 4 years ago

@ppkt No I haven't seen those projects. I'll definitely check them out! Thanks ;)