-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap G431 to transient EEPROM. Add G431 and G474 onekeys.
- Loading branch information
Showing
7 changed files
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"keyboard_name": "Onekey Nucleo G431RB", | ||
"processor": "STM32G431", | ||
"bootloader": "stm32-dfu", | ||
"matrix_pins": { | ||
"cols": ["B15"], | ||
"rows": ["B14"] | ||
}, | ||
"backlight": { | ||
"pin": "B8" | ||
}, | ||
"ws2812": { | ||
"pin": "A0" | ||
}, | ||
"apa102": { | ||
"data_pin": "A0", | ||
"clock_pin": "B13" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 *B14* and *B15*. | ||
|
||
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. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"keyboard_name": "Onekey Nucleo G474RE", | ||
"processor": "STM32G474", | ||
"bootloader": "stm32-dfu", | ||
"matrix_pins": { | ||
"cols": ["B15"], | ||
"rows": ["B14"] | ||
}, | ||
"backlight": { | ||
"pin": "B8" | ||
}, | ||
"ws2812": { | ||
"pin": "A0" | ||
}, | ||
"apa102": { | ||
"data_pin": "A0", | ||
"clock_pin": "B13" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 *B14* and *B15*. | ||
|
||
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. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters