qmk-dactyl-manuform-a/keyboards/vinta
Ryan 9dcd03b6ca
Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956)
* Set bootloader to stm32-dfu for STM32F303

* Set bootloader to stm32-dfu for STM32F0x2

* Set bootloader to stm32-dfu for STM32F4x1

* Set bootloader to stm32duino for sowbug

* Delete redundant bootloader_defs headers

* Add some missing MCU name comments

* Move APM32 dfu-suffix overrides underneath bootloader

* Remove redundant STM32_BOOTLOADER_ADDRESS defines/rules
2021-06-08 19:48:46 +10:00
..
keymaps/default
chconf.h Fix up comments showing how to execute config migration. (#11621) 2021-01-20 02:19:36 +11:00
config.h Remove `DESCRIPTION`, R-V (#11632) 2021-01-20 12:40:35 +11:00
halconf.h Fix up comments showing how to execute config migration. (#11621) 2021-01-20 02:19:36 +11:00
info.json
readme.md
rules.mk Set `BOOTLOADER = stm32-dfu` for all applicable STM32 boards (#12956) 2021-06-08 19:48:46 +10:00
vinta.c [Keyboard] Add akegata denki device one (#9690) 2020-07-27 18:40:57 -07:00
vinta.h

readme.md

Vinta

Vinta

This is an ARM-powered 65% keyboard PCB with USB Mini B connector and breakout for optional RGB underglow.

Keyboard Maintainer: Peioris and on GitHub
Hardware Supported: Vinta with STM32F042K6T6
Hardware Availability: Private Groupbuy (will post on Reddit once QMK has RGB underglow working)

Make example for this keyboard (after setting up your build environment):

make vinta:default

See build environment setup then the make instructions for more information.

Developer's Note

STM32F042xx chips does not allow jumping to bootloader without BOOT0 being set to high, therefore it is impossible to enter the bootloader from sending a RESET keycode nor using bootmagic or bootmagic lite.
The only way to enter bootloader is to hold the BOOT0 button while the keyboard is powering up or after a power reset (done by pressing the reset switch or sending a RESET keycode).