STM32H723 support (#21352)
This commit is contained in:
parent
ba055a9c7f
commit
c814be0296
13 changed files with 702 additions and 16 deletions
19
keyboards/handwired/onekey/nucleo_h723zg/info.json
Normal file
19
keyboards/handwired/onekey/nucleo_h723zg/info.json
Normal 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"
|
||||
}
|
||||
}
|
5
keyboards/handwired/onekey/nucleo_h723zg/readme.md
Executable file
5
keyboards/handwired/onekey/nucleo_h723zg/readme.md
Executable 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*.
|
0
keyboards/handwired/onekey/nucleo_h723zg/rules.mk
Executable file
0
keyboards/handwired/onekey/nucleo_h723zg/rules.mk
Executable file
Loading…
Add table
Add a link
Reference in a new issue