diff options
author | Joel Challis <git@zvecr.com> | 2021-09-25 00:19:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-25 00:19:41 +0100 |
commit | 3a2a39e5ecd43756b5df5e382bd02d9f41061c78 (patch) | |
tree | b011b46243bd67b3452f668034b24ba10509a15d /keyboards/handwired/onekey/stm32f405_feather/readme.md | |
parent | e1dfbfbfd32e923e2bd499a324f18122a90ac998 (diff) |
Initial pass of F405 support (#14584)
* Initial pass of F405 support
* remove some conf files
* docs
* clang
Diffstat (limited to 'keyboards/handwired/onekey/stm32f405_feather/readme.md')
-rw-r--r-- | keyboards/handwired/onekey/stm32f405_feather/readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/stm32f405_feather/readme.md b/keyboards/handwired/onekey/stm32f405_feather/readme.md new file mode 100644 index 0000000000..49a05725d5 --- /dev/null +++ b/keyboards/handwired/onekey/stm32f405_feather/readme.md @@ -0,0 +1,7 @@ +# Adafruit Feather STM32F405 Express onekey + +* Supported Hardware: [Adafruit Feather STM32F405 Express](https://www.adafruit.com/product/4382) + +To trigger keypress, short together pins *GPIO 12 / PC2* and *GPIO 11 / PC3*. + +https://learn.adafruit.com/adafruit-stm32f405-feather-express/dfu-bootloader-details#enabling-dfu-bootloader-mode-3045622-2
\ No newline at end of file |