STM32H723 support (#21352)

This commit is contained in:
Nick Brassel 2023-06-28 13:07:14 +10:00 committed by GitHub
parent ba055a9c7f
commit c814be0296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 702 additions and 16 deletions

View file

@ -0,0 +1,19 @@
{
"keyboard_name": "Onekey Nucleo H723ZG",
"processor": "STM32H723",
"bootloader": "stm32-dfu",
"matrix_pins": {
"cols": ["A9"],
"rows": ["A10"]
},
"backlight": {
"pin": "B8"
},
"ws2812": {
"pin": "A0"
},
"apa102": {
"data_pin": "A0",
"clock_pin": "B13"
}
}

View file

@ -0,0 +1,5 @@
# ST Microelectronics Nucleo144-H723 onekey
Supported Hardware: <https://www.st.com/en/evaluation-tools/nucleo-h723zg.html>
To trigger keypress, short together pins *A9* and *A10*.