Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
19
keyboards/handwired/onekey/nucleo_g431rb/info.json
Normal file
19
keyboards/handwired/onekey/nucleo_g431rb/info.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"keyboard_name": "Onekey Nucleo G431RB",
|
||||
"processor": "STM32G431",
|
||||
"bootloader": "stm32-dfu",
|
||||
"matrix_pins": {
|
||||
"cols": ["A9"],
|
||||
"rows": ["A10"]
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "B8"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A0"
|
||||
},
|
||||
"apa102": {
|
||||
"data_pin": "A0",
|
||||
"clock_pin": "B13"
|
||||
}
|
||||
}
|
||||
7
keyboards/handwired/onekey/nucleo_g431rb/readme.md
Normal file
7
keyboards/handwired/onekey/nucleo_g431rb/readme.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ST Microelectronics Nucleo64-G431RB onekey
|
||||
|
||||
Supported Hardware: <https://www.st.com/en/evaluation-tools/nucleo-g431rb.html>
|
||||
|
||||
To trigger keypress, short together pins *A9* and *A10*.
|
||||
|
||||
The usual USB connection to ST-Link will not work for QMK -- pins *A11* and *A12* need to be connected to *D-* and *D+* respectively.
|
||||
0
keyboards/handwired/onekey/nucleo_g431rb/rules.mk
Normal file
0
keyboards/handwired/onekey/nucleo_g431rb/rules.mk
Normal file
19
keyboards/handwired/onekey/nucleo_g474re/info.json
Normal file
19
keyboards/handwired/onekey/nucleo_g474re/info.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"keyboard_name": "Onekey Nucleo G474RE",
|
||||
"processor": "STM32G474",
|
||||
"bootloader": "stm32-dfu",
|
||||
"matrix_pins": {
|
||||
"cols": ["A9"],
|
||||
"rows": ["A10"]
|
||||
},
|
||||
"backlight": {
|
||||
"pin": "B8"
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A0"
|
||||
},
|
||||
"apa102": {
|
||||
"data_pin": "A0",
|
||||
"clock_pin": "B13"
|
||||
}
|
||||
}
|
||||
7
keyboards/handwired/onekey/nucleo_g474re/readme.md
Normal file
7
keyboards/handwired/onekey/nucleo_g474re/readme.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ST Microelectronics Nucleo64-G474RE onekey
|
||||
|
||||
Supported Hardware: <https://www.st.com/en/evaluation-tools/nucleo-g474re.html>
|
||||
|
||||
To trigger keypress, short together pins *A9* and *A10*.
|
||||
|
||||
The usual USB connection to ST-Link will not work for QMK -- pins *A11* and *A12* need to be connected to *D-* and *D+* respectively.
|
||||
0
keyboards/handwired/onekey/nucleo_g474re/rules.mk
Normal file
0
keyboards/handwired/onekey/nucleo_g474re/rules.mk
Normal file
Reference in New Issue
Block a user