mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-25 12:46:41 +00:00
onekey: add weact_g0b1cb
Signed-off-by: Stefan Kerkmann <karlk90@pm.me>
This commit is contained in:
parent
235aeba776
commit
ea2abb6a14
19
keyboards/handwired/onekey/weact_g0b1cb/keyboard.json
Normal file
19
keyboards/handwired/onekey/weact_g0b1cb/keyboard.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"keyboard_name": "Onekey WeAct G0B1CB",
|
||||
"processor": "STM32G0B1",
|
||||
"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/weact_g0b1cb/readme.md
Normal file
5
keyboards/handwired/onekey/weact_g0b1cb/readme.md
Normal file
@ -0,0 +1,5 @@
|
||||
# WeAct Studio STM32G0B1CB onekey
|
||||
|
||||
Supported Hardware: <https://github.com/WeActStudio/WeActStudio.STM32G0B1CoreBoard>
|
||||
|
||||
To trigger keypress, short together pins *A9* and *A10*.
|
Loading…
Reference in New Issue
Block a user