mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-25 18:41:14 +00:00
* use accessible pins for nucleo f446re onekey example * remove pin collision with matrix in keyboard.json * use accessible pins for LED * remove pin collision with matrix * Update readme.md to reflect pin changes |
||
---|---|---|
.. | ||
board.h | ||
config.h | ||
halconf.h | ||
keyboard.json | ||
mcuconf.h | ||
readme.md |
STM32 Nucleo-L432 onekey
To trigger keypress, short together pins A0 and A1. Note that the pin numbering is relative to the MCU, so that A0 and A1 refer to PA0 and PA1 on the MCU (which are also labelled A0 and A1 on the board, but this isn't true for the other PAx pins).
You'll also need to connect VIN
, GND
, USB D+
to PA12
/D2
, and USB D-
to PA11
/D10
.